Compare commits

...

2 Commits

Author SHA1 Message Date
Ahron Greenberg (agree) 7a2097745b
Merge 99a9cc6c8b into 5cb74797fe 2025-01-17 16:41:26 +00:00
agree 99a9cc6c8b [mod_skel] fix memory leak 2024-06-09 12:11:29 -04:00
1 changed files with 1 additions and 0 deletions

View File

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