X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/d62bcc17f303f30d1e3df1051b1390202a21cf9c..e51094b7210fc31fa67cc218c1bd30de841a426e:/flist.c diff --git a/flist.c b/flist.c index 41acca35..9aa8850a 100644 --- a/flist.c +++ b/flist.c @@ -953,7 +953,7 @@ void send_file_name(int f, struct file_list *flist, char *fname, rprintf(FINFO, "[%s] popping %sexclude list\n", who_am_i(), local_exclude_list.debug_type); } - free_exclude_list(&local_exclude_list); + clear_exclude_list(&local_exclude_list); local_exclude_list = last_list; } }