-
Jean-Paul Saman authored
It is the main cause for memory leaks of VLC browser plugin for MacOS X. Every time the browser plugin is reloaded, vlc core reloads the plugins which causes all global defined objects to initialize. Since there are objects in libmacosx_plugin.dylib that are supposed to live as long as the application these are never freed. Testing is done with --enable-debug. (cherry picked from commit 4a60f8935ef0e53af2104ece83358b2097002f02) Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
46d0b083