]> git.sesse.net Git - vlc/commit
objects: Allow certain operations when the object refcount is zero (read, allow certa...
authorPierre d'Herbemont <pdherbemont@videolan.org>
Wed, 26 Mar 2008 09:22:29 +0000 (10:22 +0100)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Wed, 26 Mar 2008 16:36:06 +0000 (17:36 +0100)
commit2c39a2615b85507b7da400c395d3767179570721
tree4dd4d4db4e33b7321be9f80fccde48b58012d87d
parentfa8dccb4c748f99ecfc2da40f59e4f99b9b0c143
objects: Allow certain operations when the object refcount is zero (read, allow certain operations from the object destructor), and make sure we don't return objects that are being destroyed.
src/misc/objects.c