[mod_skel] fix memory leak

This commit is contained in:
agree 2024-06-09 12:11:29 -04:00
parent c80ab8b034
commit 99a9cc6c8b
1 changed files with 1 additions and 0 deletions

View File

@ -202,6 +202,7 @@ SWITCH_STANDARD_API(skel_function)
} }
} }
printf("\n\n"); printf("\n\n");
switch_safe_free(foo);
} }
} }