diff options
Diffstat (limited to 'daemon/md.c')
-rw-r--r-- | daemon/md.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/md.c b/daemon/md.c index f6dc6038..41e2c755 100644 --- a/daemon/md.c +++ b/daemon/md.c @@ -327,5 +327,6 @@ do_md_stop(const char *md) free(err); return -1; } + free (err); return 0; } |