Properly cleanup global dedupe state.
This commit is contained in:
parent
8ae571124d
commit
426c0d0bf2
1 changed files with 1 additions and 3 deletions
|
@ -358,10 +358,8 @@ destroy_dedupe_context(dedupe_context_t *ctx)
|
||||||
|
|
||||||
pthread_mutex_lock(&init_lock);
|
pthread_mutex_lock(&init_lock);
|
||||||
if (arc) {
|
if (arc) {
|
||||||
if (arc->dedupe_mode == MODE_SIMPLE) {
|
|
||||||
destroy_global_db_s(arc);
|
destroy_global_db_s(arc);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
arc = NULL;
|
arc = NULL;
|
||||||
pthread_mutex_unlock(&init_lock);
|
pthread_mutex_unlock(&init_lock);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue