This commit is contained in:
Mathieu Rene 2012-08-24 17:47:31 +02:00
parent 377e5a7368
commit 22655f2644
1 changed files with 3 additions and 0 deletions

View File

@ -200,6 +200,9 @@ done:
if (event) {
switch_event_destroy(&event);
}
switch_safe_free(instructions);
return status;
}