Fix: flt.lttng-utils.debug-info: leaking `bin_dir` char array
[deliverable/babeltrace.git] / plugins / lttng-utils / debug-info / bin-info.c
index 023902c77b900f2248be6093ddb2601293e198cd..ac9bb68f8182927d17dc17ec76d4a785ea1fb8f2 100644 (file)
@@ -652,6 +652,7 @@ int bin_info_set_dwarf_info_debug_link(struct bin_info *bin)
 error:
        ret = -1;
 end:
+       g_free(bin_dir);
        g_free(dir_name);
        g_free(path);
 
This page took 0.023972 seconds and 5 git commands to generate.