mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 23:08:32 +00:00
Use ast_free() instead of free(), pointed out by eliel on IRC.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@161350 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -10126,7 +10126,7 @@ static char *substitute_escapes(const char *value)
|
||||
}
|
||||
|
||||
result = ast_strdup(str->str);
|
||||
free(str);
|
||||
ast_free(str);
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user