]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
Avoid using memory after we free it
authorTravis Cross <tc@traviscross.com>
Tue, 28 May 2013 05:28:19 +0000 (05:28 +0000)
committerTravis Cross <tc@traviscross.com>
Wed, 29 May 2013 02:52:23 +0000 (02:52 +0000)
commit04b8de06193b7258a2b0c86bf7dc374e6dfef35c
tree604a76e4c613a4db9faafd6014b911715aebceef
parent5e7485ff20b040a851d81188b1e34fc860066d4f
Avoid using memory after we free it

Without setting errmsg to NULL here, we'll try to print this freed
value again below if another error doesn't intercede.
src/switch_core_sqldb.c