X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/9439c0cb5a4b020b9bfcfe0351e33c17b9c53b54..858d45f1601354a91913c201ecd15e1bbcb28ba6:/backup.c diff --git a/backup.c b/backup.c index 7189a5c2..7db0d2c2 100644 --- a/backup.c +++ b/backup.c @@ -155,7 +155,7 @@ static int make_bak_dir(char *fullpath) } #endif set_file_attrs(fullpath, file, NULL, NULL, 0); - free(file); + unmake_file(file); } } *p = '/';