[vlc-devel] [PATCH] -- a module_unneed is missing for Windows and MacOS ports

brezhoneg1 brezhoneg1 at yahoo.fr
Mon Jun 15 12:37:08 CEST 2009


 
In 1.0-bugfix, Windows(skins2 only) and MacOS(likely) run their GUI
interface in the main thread. In their code path, the module_unneed for
the interface is never called.

For Windows(skins2), this can lead to a crash at termination.

This patch just adds the missing module_unneed before releasing the
object.
Yet, It needs MacOS devs to also validate it since this may cause
regression for them.

For vlc1.1(master), code was modified, and the issue remains to be
investigated.

Erwan10




More information about the vlc-devel mailing list