[vlc-devel] vlc: svn commit r22249 (courmisch)

Subversion daemon svn at videolan.org
Sun Sep 23 20:40:26 CEST 2007


r22249 | courmisch | 2007-09-23 20:40:25 +0200 (Sun, 23 Sep 2007) | 4 lines
Changed paths:
   M /trunk/src/input/input.c

Fix use-after-free when the input is still in use by someone else (refs #1287).
Unfortunately, this does not really solve the problem as vlc_object_destroy can still return without actually deleting the object in case of a deadlock.
One could argue the deadlock is the problem rather than vlc_object_destroy implementation.

 > http://trac.videolan.org/vlc/changeset/22249



More information about the vlc-devel mailing list