journald: fix minor memory leak

This commit is contained in:
Lennart Poettering
2013-10-09 04:03:45 +02:00
committed by Zbigniew Jędrzejewski-Szmek
parent 79271854cc
commit e8fc3ef0fc
+2
View File
@@ -278,6 +278,8 @@ int journal_directory_vacuum(
} else if (errno != ENOENT)
log_warning("Failed to delete %s/%s: %m", directory, p);
free(p);
continue;
}