Skip to content
Snippets Groups Projects
Commit fcf07fce authored by James Golovich's avatar James Golovich
Browse files

Fix format unregister

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2725 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 87e84064
No related branches found
No related tags found
No related merge requests found
......@@ -153,6 +153,7 @@ int ast_format_unregister(char *name)
ast_verbose( VERBOSE_PREFIX_2 "Unregistered format %s\n", name);
return 0;
}
tmpl = tmp;
tmp = tmp->next;
}
ast_log(LOG_WARNING, "Tried to unregister format %s, already unregistered\n", name);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment