remote unused temp_mutex
This commit is contained in:
parent
6157a30cd3
commit
621d7044f3
|
@ -150,7 +150,6 @@ static int sqlcipher_openssl_deactivate(void *ctx) {
|
||||||
openssl_init_count--;
|
openssl_init_count--;
|
||||||
|
|
||||||
if(openssl_init_count == 0) {
|
if(openssl_init_count == 0) {
|
||||||
sqlite3_mutex *temp_mutex;
|
|
||||||
if(openssl_external_init == 0) {
|
if(openssl_external_init == 0) {
|
||||||
/* if OpenSSL hasn't be initialized externally, and the counter reaches zero
|
/* if OpenSSL hasn't be initialized externally, and the counter reaches zero
|
||||||
after it's decremented, release EVP memory
|
after it's decremented, release EVP memory
|
||||||
|
|
Loading…
Reference in New Issue