mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 20:08:17 +00:00
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
This commit is contained in:
@@ -68,7 +68,7 @@ static void destroy_callback(void *data)
|
|||||||
|
|
||||||
/* Destroy the audiohook, and destroy ourselves */
|
/* Destroy the audiohook, and destroy ourselves */
|
||||||
ast_audiohook_destroy(&vi->audiohook);
|
ast_audiohook_destroy(&vi->audiohook);
|
||||||
free(vi);
|
ast_free(vi);
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user