Removed redundant free call in the connection close function

This commit is contained in:
blumf 2008-03-12 14:20:41 +00:00
parent b7814d5468
commit 910d353558

View File

@ -496,8 +496,6 @@ static int conn_close (lua_State *L) {
if ( CHECK_DB_ERROR(conn->env->status_vector) )
return return_db_error(L, conn->env->status_vector);
free((void*)conn->dpb_buffer);
conn->closed = 1;
--conn->env->lock;