chiark / gitweb /
Fix memory leak in stdout journal streams
[elogind.git] / src / journal / journald-stream.c
index 9ca26e26d654877869124970b386e315f49d3f62..091f59de17c020daa3392e6a906414da2b1cb00a 100644 (file)
@@ -340,6 +340,7 @@ void stdout_stream_free(StdoutStream *s) {
 #endif
 
         free(s->identifier);
+        free(s->unit_id);
         free(s);
 }