]> git.sesse.net Git - vlc/commitdiff
Missing attach
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 31 Jan 2010 20:40:18 +0000 (22:40 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 31 Jan 2010 20:40:18 +0000 (22:40 +0200)
src/misc/probe.c

index c3de3a47f8d6b68aaaf60df74e68292cdb1323aa..d75d445155250c24479eed7503afef7070360ecb 100644 (file)
@@ -37,6 +37,7 @@ void *vlc_probe (vlc_object_t *obj,
         *pcount = 0;
         return NULL;
     }
+    vlc_object_attach (probe, obj);
     probe->list = NULL;
     probe->count = 0;