]> git.sesse.net Git - vlc/commit
Don't change pf_release() to a dummy function
authorRafaël Carré <funman@videolan.org>
Tue, 20 May 2008 10:40:10 +0000 (12:40 +0200)
committerRafaël Carré <funman@videolan.org>
Tue, 20 May 2008 13:16:27 +0000 (15:16 +0200)
commitcf9c7df72756886b02e6a6a0f657c68194dd4882
treed04e1ba7b9972ba64e2a159a1298253ae54fd96e
parent393b34257f6abcde79f2972e3898674da9a8a481
Don't change pf_release() to a dummy function

In the meantime, another module (like the mosaic_bridge hack) could call it.
Instead, increase the reference count to be sure it won't be destroyed.
src/misc/image.c