Browse Source

Fix conflicts from upstream merge

next
Georg Hopp 10 years ago
parent
commit
20cbe7f43c
  1. 2
      src/http/response.c

2
src/http/response.c

@ -58,7 +58,7 @@ httpResponseDtor(void * _this)
TR_MEM_FREE(this->reason);
TR_PARENTCALL(TR_HttpResponse, _this, TR_Class, dtor);
}
}
static
size_t

Loading…
Cancel
Save