Commit 141d72fe authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Missing attach

parent 6cd4aa25
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment