Fix memory leak in script execution (MXS-1008)

This commit is contained in:
ekorh475 2016-11-21 10:38:18 +02:00
parent 3b30d5c810
commit 1a1c95fd3b

View File

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