mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 08:40:16 +00:00
Merge "cel_odbc: Fix memory leak on module unload" into 13
This commit is contained in:
@@ -291,6 +291,7 @@ static int load_config(void)
|
|||||||
else
|
else
|
||||||
ast_free(tableptr);
|
ast_free(tableptr);
|
||||||
}
|
}
|
||||||
|
ast_config_destroy(cfg);
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user