]> git.sesse.net Git - vlc/commit
Remove suspicious and suspiciously dead code
authorRémi Denis-Courmont <rdenis@simphalempin.com>
Sat, 10 Jan 2009 17:31:09 +0000 (19:31 +0200)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Sat, 10 Jan 2009 17:31:09 +0000 (19:31 +0200)
commit740387c624ff842f61d540b8ca1c20231f506430
tree94bda657ca7971b35c362245183c6533896122a3
parent7276a43dcdcdefc7ac9464cb1fb8272c7cab061a
Remove suspicious and suspiciously dead code

A destructor would never have to release its own object, since the
destructor is only called when the object is not referenced anymore.
On the other hand, it is not clear to me whether SD objects still need
a destructor.
src/playlist/services_discovery.c