X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=http%2Fhttp_blerg.c;fp=http%2Fhttp_blerg.c;h=8a5b9a506c49bf82bf3752634f296ae44276a2d2;hb=e3f8f23d96899146464a0b3ced1eb0833bcd634f;hp=a4226ab26478d5fdf27255dfc3ab6e157191632b;hpb=0a58d0737fd11728153d2128ea240f625cb600bc;p=blerg.git diff --git a/http/http_blerg.c b/http/http_blerg.c index a4226ab..8a5b9a5 100644 --- a/http/http_blerg.c +++ b/http/http_blerg.c @@ -294,7 +294,6 @@ struct MHD_Response *create_response_for_range(struct blerg *b, uint64_t from, u uint64_t record_count = blerg_get_record_count(b); if (from > to || from >= record_count || to >= record_count || to - from > 99) { - blerg_close(b); free(gs); return NULL; }