Browse Source

Revert "Free stratum buffers added to the work struct when freeing work ram."

This reverts commit 13fdff6531.

Not always allocated... needs some more thought.
nfactor-troky
Con Kolivas 12 years ago
parent
commit
fab9ff3cb7
  1. 5
      cgminer.c

5
cgminer.c

@ -2206,11 +2206,6 @@ static struct work *make_work(void) @@ -2206,11 +2206,6 @@ static struct work *make_work(void)
static void free_work(struct work *work)
{
if (work->stratum) {
free(work->job_id);
free(work->nonce2);
free(work->ntime);
}
free(work);
}

Loading…
Cancel
Save