Bugfix: Correctly free old assignments when reloading

Fixes #516
This commit is contained in:
Michael Stapelberg
2011-09-11 23:41:46 +01:00
parent f3716e45cf
commit dc790cfa32
6 changed files with 52 additions and 4 deletions

View File

@ -148,7 +148,7 @@ struct Ignore_Event {
*
*/
struct regex {
const char *pattern;
char *pattern;
pcre *regex;
pcre_extra *extra;
};