]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-4958 --resolve thanks but again you could have submitted a patch so I did not...
authorAnthony Minessale <anthm@freeswitch.org>
Sun, 23 Dec 2012 04:38:03 +0000 (22:38 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Sun, 23 Dec 2012 04:38:03 +0000 (22:38 -0600)
src/mod/applications/mod_commands/mod_commands.c

index 8179dee35847a4b1e59136bade3ac755463cbf97..e38ad5c193ead6971ef41c7b271de284d9e85e4e 100644 (file)
@@ -1530,6 +1530,9 @@ SWITCH_STANDARD_API(eval_function)
                free(expanded);
        }
 
+       switch_event_destroy(&event);
+
+
        return SWITCH_STATUS_SUCCESS;
 }