stream leak in ctf_fs_iterator_next
[babeltrace.git] / plugins / ctf / fs / fs.c
index 495540b475db7c9894ae2193acd90b5b21269abb..2a8cd621b338c55a55d940796995b8c0a38dcfd1 100644 (file)
@@ -336,6 +336,7 @@ enum bt_notification_iterator_status ctf_fs_iterator_next(
         */
 end:
        BT_MOVE(ctf_it->current_notification, notification);
+       bt_put(stream);
        return ret;
 }
 
This page took 0.025031 seconds and 4 git commands to generate.