mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-11 01:42:22 +03:00
Remove unnecessary memset() calls from test code.
FossilOrigin-Name: eec3187bc68ddebdbc2113f77c7f5cd32e9be61f
This commit is contained in:
@@ -219,7 +219,6 @@ static int init_wrapper_uninstall(
|
||||
return TCL_ERROR;
|
||||
}
|
||||
|
||||
memset(&wrapped, 0, sizeof(&wrapped));
|
||||
sqlite3_shutdown();
|
||||
sqlite3_config(SQLITE_CONFIG_MUTEX, &wrapped.mutex);
|
||||
sqlite3_config(SQLITE_CONFIG_MALLOC, &wrapped.mem);
|
||||
|
||||
Reference in New Issue
Block a user