Signed-off-by: Roger Leigh <rleigh@xxxxxxxxxx> --- builtin-mailinfo.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/builtin-mailinfo.c b/builtin-mailinfo.c index 6d19046..6559c37 100644 --- a/builtin-mailinfo.c +++ b/builtin-mailinfo.c @@ -254,6 +254,8 @@ static void cleanup_subject(struct strbuf *subject) strbuf_trim(subject); } + regfree(®ex); + return; } -- 1.6.3.3 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html