]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/import/export-tar.c
tree-wide: use mfree more
[thirdparty/systemd.git] / src / import / export-tar.c
index d79c27f2d061d8ee8574b326ead06f62439c668b..3bb60274316003c1b651c52b26a00314e036b9a0 100644 (file)
@@ -91,9 +91,7 @@ TarExport *tar_export_unref(TarExport *e) {
 
         free(e->buffer);
         free(e->path);
-        free(e);
-
-        return NULL;
+        return mfree(e);
 }
 
 int tar_export_new(