Skip to content
Snippets Groups Projects
Commit 9b12df57 authored by Olle Johansson's avatar Olle Johansson
Browse files

By copying this code I got bad comments in reviewboard... Better fix the original.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@215023 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent afe7034e
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ static void destroy_callback(void *data)
/* Destroy the audiohook, and destroy ourselves */
ast_audiohook_destroy(&vi->audiohook);
free(vi);
ast_free(vi);
return;
}
......
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