aboutsummaryrefslogtreecommitdiffstats
path: root/formats/format_mp3.c
diff options
context:
space:
mode:
Diffstat (limited to 'formats/format_mp3.c')
-rwxr-xr-xformats/format_mp3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/formats/format_mp3.c b/formats/format_mp3.c
index e1ee08651..5c730f098 100755
--- a/formats/format_mp3.c
+++ b/formats/format_mp3.c
@@ -269,7 +269,7 @@ int unload_module()
tmp = glist;
while(tmp) {
if (tmp->owner)
- ast_softhangup(tmp->owner);
+ ast_softhangup(tmp->owner, AST_SOFTHANGUP_APPUNLOAD);
tmpl = tmp;
tmp = tmp->next;
free(tmpl);