fix leak
This commit is contained in:
parent
377e5a7368
commit
22655f2644
|
@ -200,6 +200,9 @@ done:
|
|||
if (event) {
|
||||
switch_event_destroy(&event);
|
||||
}
|
||||
|
||||
switch_safe_free(instructions);
|
||||
|
||||
return status;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue