From f261569922e735b060cef00a263c1ff721e56ceb Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Tue, 27 Jan 2015 09:55:13 +1100 Subject: [PATCH] Revert "Add message about lost ram in block solve and reject." This reverts commit 99dc8947d28688a46f6beaa8646bdb48ff4e62f4. --- src/stratifier.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/stratifier.c b/src/stratifier.c index 3961c8c5..63a4eb37 100644 --- a/src/stratifier.c +++ b/src/stratifier.c @@ -1484,8 +1484,6 @@ static void reset_bestshares(sdata_t *sdata) ck_runlock(&sdata->instance_lock); } -/* Ram from blocks is NOT freed at all for now, only their entry is removed - * from the linked list, leaving a very small leak here and reject. */ static void block_solve(ckpool_t *ckp, const char *blockhash) { ckmsg_t *block, *tmp, *found = NULL;