This commit is contained in:
jl777
2018-04-12 20:35:36 +03:00
parent 20eaf8aaf3
commit 667a4eb3fa

View File

@@ -188,7 +188,7 @@ void komodo_purge_ccdata(int32_t height)
printf("PURGE %s notarized.%d\n",ccdata->symbol,ccdata->MoMdata.notarized_height);
DL_DELETE(CC_data,ccdata);
free(ccdata);
}
} else break;
}
portable_mutex_unlock(&KOMODO_CC_mutex);
}