[IMPORTANT] Fixed memory leak in papi-java
We forgot to free the eventSets we were creating, now when the EventSet object is garbage collected, we also destroy the underlying PAPI EventSet.
Please register or sign in to comment
We forgot to free the eventSets we were creating, now when the EventSet object is garbage collected, we also destroy the underlying PAPI EventSet.