]> git.sesse.net Git - vlc/commit
Fixed segfault on input_ItemDestroy by vlc_gc_init directly with libvlc and
authorLaurent Aimar <fenrir@videolan.org>
Sat, 5 Jul 2008 11:29:01 +0000 (11:29 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Sat, 5 Jul 2008 11:34:25 +0000 (11:34 +0000)
commitb8961d693f68502c83e085db25f1d4903594519a
tree45741072cbcb768e7c471a610cc97659bc0465cb
parent02c5f252933ad78cc81f0710252e80880526fd29
Fixed segfault on input_ItemDestroy by vlc_gc_init directly with libvlc and
not wth the object that creates new input items.
(It fixes the segfaults I had when quitting VLC)
src/input/item.c