Skip to content

Commit

Permalink
Forgot this
Browse files Browse the repository at this point in the history
  • Loading branch information
esfomeado committed Jul 31, 2017
1 parent ca49c6b commit cfc4ff2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cpu-miner.c
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,8 @@ static bool submit_upstream_work(CURL *curl, struct work *work)
}

rc = true;
free(str);
return rc;
}

static const char *rpc_req =
Expand Down Expand Up @@ -772,6 +774,8 @@ static bool rpc2_login(CURL *curl)
}

json_decref(val);

return rc;
}

static void workio_cmd_free(struct workio_cmd *wc)
Expand Down

0 comments on commit cfc4ff2

Please sign in to comment.