| commit: | e3f8f23d96899146464a0b3ced1eb0833bcd634f | 
| author: | Chip Black  | 
| committer: | Chip Black  | 
| date: | Sun Apr 10 19:14:00 2011 -0500 | 
| parents: | 0a58d0737fd11728153d2128ea240f625cb600bc | 
diff --git a/http/http_blerg.c b/http/http_blerg.c line changes: +0/-1 index a4226ab..8a5b9a5 --- 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; }