From: Anthony Minessale Date: Sun, 23 Dec 2012 04:38:03 +0000 (-0600) Subject: FS-4958 --resolve thanks but again you could have submitted a patch so I did not... X-Git-Tag: v1.3.13~204 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=190da435d1cac162ef788de82cd4d10a7e53df1e;p=thirdparty%2Ffreeswitch.git FS-4958 --resolve thanks but again you could have submitted a patch so I did not have to hunt the 3 million lines of code for the line in question --- diff --git a/src/mod/applications/mod_commands/mod_commands.c b/src/mod/applications/mod_commands/mod_commands.c index 8179dee358..e38ad5c193 100644 --- a/src/mod/applications/mod_commands/mod_commands.c +++ b/src/mod/applications/mod_commands/mod_commands.c @@ -1530,6 +1530,9 @@ SWITCH_STANDARD_API(eval_function) free(expanded); } + switch_event_destroy(&event); + + return SWITCH_STATUS_SUCCESS; }