mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-08 19:08:14 +00:00
Merged revisions 216593 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r216593 | seanbright | 2009-09-04 15:29:02 -0400 (Fri, 04 Sep 2009) | 1 line Use ast_free() instead of free(). ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@216595 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1932,7 +1932,7 @@ static struct ast_vm_user *find_user_realtime_imapuser(const char *imapuser)
|
|||||||
ast_variables_destroy(var);
|
ast_variables_destroy(var);
|
||||||
return vmu;
|
return vmu;
|
||||||
} else {
|
} else {
|
||||||
free(vmu);
|
ast_free(vmu);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user