Standardize `strcmp(a, b) == 0` instead of `!strcmp(a, b)`
[babeltrace.git] / src / plugins / ctf / fs-src / query.c
index 6cfe5b4f7bcdcc20cfdcf04df3d7f56f65bf0fd0..b9811b1990a82af700576afe13754e6fb55ac795 100644 (file)
@@ -357,6 +357,7 @@ int populate_stream_info(struct ctf_fs_ds_file_group *group,
        }
 
 end:
+       g_free(port_name);
        bt_value_put_ref(file_paths);
        return ret;
 }
This page took 0.023837 seconds and 4 git commands to generate.