aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nnn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nnn.c b/nnn.c
index 5064d2a..323c457 100644
--- a/nnn.c
+++ b/nnn.c
@@ -2007,6 +2007,7 @@ populate(char *path, char *oldname, char *fltr)
/* Find cur from history */
cur = dentfind(dents, oldname, ndents);
+ regfree(&re);
return 0;
}