Merge branch '2.0.2' into develop

This commit is contained in:
Markus Makela
2016-11-23 11:24:34 +02:00
3 changed files with 5 additions and 0 deletions

View File

@ -230,6 +230,7 @@ bool externcmd_substitute_arg(EXTERNCMD* cmd, const char* match, const char* rep
}
}
}
pcre2_code_free(re);
}
else
{