]> git.sesse.net Git - vlc/commit
Work around cleanup handler bug in kfile plugin
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 27 Mar 2010 14:20:28 +0000 (16:20 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 27 Mar 2010 14:32:00 +0000 (16:32 +0200)
commit9cca111d2805ecab4ddcb646703c1852f9717a7b
tree47d4a383f192ea39afc12eb9797c50c2e6f646a0
parent6971cd483612b792063283faa6da1be6bc35b6fe
Work around cleanup handler bug in kfile plugin

Parental advisory: explicit hack.

If kfilemodule is loaded, bypass run cleanup handlers. Library really
should not use this C feature in any case (IMHO). And I find it
outright idiotic for a (Qt4) plugin to use cleanup handlers.
This is causing so many crash reports that it's not funny anymore:
https://bugs.launchpad.net/ubuntu/+source/vlc/+bug/408719
bin/Makefile.am
bin/vlc.c