]> 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>
Tue, 28 May 2013 05:28:19 +0000 (05:28 +0000)
commit3c8db7c715b320087494aa9c9ca54fde737a5c8d
treecbf5b0617dc0124744f0823d4db43bb3d03d342e
parentd7b139f3b41d918449f017dd0d6a7923b85274de
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