[vlc-devel] commit: Missing attach ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Jan 31 21:40:27 CET 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Jan 31 22:40:18 2010 +0200| [141d72fe96c23293d11d951a2a2b52efdc63202e] | committer: Rémi Denis-Courmont 

Missing attach

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=141d72fe96c23293d11d951a2a2b52efdc63202e
---

 src/misc/probe.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/misc/probe.c b/src/misc/probe.c
index c3de3a4..d75d445 100644
--- a/src/misc/probe.c
+++ b/src/misc/probe.c
@@ -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;
 




More information about the vlc-devel mailing list