From 190da435d1cac162ef788de82cd4d10a7e53df1e Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Sat, 22 Dec 2012 22:38:03 -0600 Subject: [PATCH] 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 --- src/mod/applications/mod_commands/mod_commands.c | 3 +++ 1 file changed, 3 insertions(+) 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; }