mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-26 02:09:49 +08:00
Added proper SQL engine termination
Since the SQL engine is initialized in _SQLAllocEnv, the engine should be also terminated in SQLFreeEnv.
This commit is contained in:
@@ -1300,6 +1300,7 @@ static SQLRETURN SQL_API _SQLFreeEnv(
|
|||||||
return SQL_ERROR;
|
return SQL_ERROR;
|
||||||
}
|
}
|
||||||
g_ptr_array_free(env->connections, TRUE);
|
g_ptr_array_free(env->connections, TRUE);
|
||||||
|
mdb_sql_exit(env->sql);
|
||||||
g_free(env);
|
g_free(env);
|
||||||
|
|
||||||
return SQL_SUCCESS;
|
return SQL_SUCCESS;
|
||||||
|
|||||||
Reference in New Issue
Block a user