Add ctf fs iterator initialization
[babeltrace.git] / lib / plugin-system / component.c
index 859350798387da172dcfe80aaa163459d2a57595..b580bb5d0ae89acc2acd433ce23dab643dbe1f87 100644 (file)
@@ -66,7 +66,7 @@ void bt_component_destroy(struct bt_object *obj)
         * instance.
         */
        if (component->user_destroy) {
-               component->user_destroy(component->user_data);
+               component->user_destroy(component);
        }
 
        if (component->destroy) {
This page took 0.022917 seconds and 4 git commands to generate.