chiark / gitweb /
Prep v225: Applying various fixes and changes to src/shared that got lost during...
[elogind.git] / src / shared / conf-parser.c
index b01aadcd76ad40cca154ed375ba09da131558f60..8e4aa957b7a41aa8c769197cc2aa05373e45ee43 100644 (file)
@@ -333,8 +333,7 @@ int config_parse(const char *unit,
                                 return -ENOMEM;
                         }
 
-                        free(continuation);
-                        continuation = NULL;
+                        continuation = mfree(continuation);
                         p = c;
                 } else
                         p = l;