Remove call to qc_sqlite_thread_end in qc_sqlite_process_end
Since the thread initialization was removed from the process initialization function, the thread finish function should not be called in the process finish function.
This commit is contained in:
@ -4453,8 +4453,6 @@ static void qc_sqlite_process_end(void)
|
|||||||
|
|
||||||
finish_builtin_functions();
|
finish_builtin_functions();
|
||||||
|
|
||||||
qc_sqlite_thread_end();
|
|
||||||
|
|
||||||
sqlite3_shutdown();
|
sqlite3_shutdown();
|
||||||
this_unit.initialized = false;
|
this_unit.initialized = false;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user