class_loader
class_loader copied to clipboard
Remove memory leaks
Signed-off-by: ahcorde [email protected]
I ran class_loader with asan and I found some memory leaks.
There is still one memory leak when we create unmanaged instance, the way to reproduce this leak is to run basicLoadUnmanaged and noWarningOnLazyLoad tests at the same time.
what is the right way to destroy this memory ?