mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
[mod_pgsql] Fix memory leek in the case of an empty string of err_str in pgsql_handle_exec_base_detailed()
This commit is contained in:
@@ -515,6 +515,7 @@ error:
|
||||
err_str = pgsql_handle_get_error(handle);
|
||||
|
||||
if (zstr(err_str)) {
|
||||
switch_safe_free(err_str);
|
||||
if (!er) {
|
||||
err_str = strdup((char *)"SQL ERROR!");
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user