]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/machine/operation.c
tree-wide: use mfree more
[thirdparty/systemd.git] / src / machine / operation.c
index 2bf93cb49336a10e629362a8916df8d02e8f17b6..c966d0d21c07da26493cf2bcc9b7fe48a1887884 100644 (file)
@@ -147,6 +147,5 @@ Operation *operation_free(Operation *o) {
         if (o->machine)
                 LIST_REMOVE(operations_by_machine, o->machine->operations, o);
 
-        free(o);
-        return NULL;
+        return mfree(o);
 }