forked from Mirrors/freeswitch
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:
parent
b7a6d3f551
commit
190da435d1
|
@ -1530,6 +1530,9 @@ SWITCH_STANDARD_API(eval_function)
|
|||
free(expanded);
|
||||
}
|
||||
|
||||
switch_event_destroy(&event);
|
||||
|
||||
|
||||
return SWITCH_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue