]> granicus.if.org Git - php/commit
Fix double calls to free_contents if the connection cannot be
authorAndrey Hristov <andrey@php.net>
Tue, 22 Dec 2009 17:44:42 +0000 (17:44 +0000)
committerAndrey Hristov <andrey@php.net>
Tue, 22 Dec 2009 17:44:42 +0000 (17:44 +0000)
commitc95fa280ed2782f049e3ffd0b55b52136355f434
treef162dc2cd2ef85832b85e8b6c874ed5fa1a2afcf
parente1251edc163443adde753857dea6c814ab3421f2
Fix double calls to free_contents if the connection cannot be
opened. mysqlnd have no probs, external code should not have too.
In any case, double call is not needed.
ext/mysqlnd/mysqlnd.c