dect
/
asterisk
Archived
13
0
Fork 0

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

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@215023 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
oej 2009-08-31 18:17:38 +00:00
parent 63bb16a721
commit d000fabce0
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}