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

This commit is contained in:
Anthony Minessale 2012-12-22 22:38:03 -06:00
parent b7a6d3f551
commit 190da435d1
1 changed files with 3 additions and 0 deletions

View File

@ -1530,6 +1530,9 @@ SWITCH_STANDARD_API(eval_function)
free(expanded);
}
switch_event_destroy(&event);
return SWITCH_STATUS_SUCCESS;
}