diff options
| -rw-r--r-- | nnn.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2007,6 +2007,7 @@ populate(char *path, char *oldname, char *fltr) /* Find cur from history */ cur = dentfind(dents, oldname, ndents); + regfree(&re); return 0; } |
| index : nnn.git | ||
| forked from https://github.com/jarun/nnn | Tim Segers |
| aboutsummaryrefslogtreecommitdiffstats |
| -rw-r--r-- | nnn.c | 1 |
@@ -2007,6 +2007,7 @@ populate(char *path, char *oldname, char *fltr) /* Find cur from history */ cur = dentfind(dents, oldname, ndents); + regfree(&re); return 0; } |