Fix: memory leak in libconfig
[lttng-tools.git] / src / common / config / config.c
index feb3334cffbaba06a39c7fd1f24b60835db33bd5..971946c50bd93fbd8f9ef2ea9b2960c4b852d448 100644 (file)
@@ -2360,6 +2360,7 @@ error:
        free(ust_domain);
        free(jul_domain);
        free(log4j_domain);
+       free(python_domain);
        free(name);
        return ret;
 }
This page took 0.023741 seconds and 4 git commands to generate.