X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/9439c0cb5a4b020b9bfcfe0351e33c17b9c53b54..ff2001b91b6a0dc0f00486e85f90af122d0ad4f0:/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 = '/';