Menu

#53 memory leak in component loader mechanism

open
nobody
core_devel (11)
5
2011-07-08
2011-07-08
David
No

Hi,

Component loader libraries are handled through dl interface : dlopen is call, but dl resources are never cleaned since no dlclose is performed.

Patch enclosed

Thanks

Discussion


Log in to post a comment.