Explorar o código

- digest credentials memory leak fixed.

Jan Janak %!s(int64=22) %!d(string=hai) anos
pai
achega
b516633cfd
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      parser/hf.c

+ 1 - 0
parser/hf.c

@@ -97,6 +97,7 @@ void clean_hdr_field(struct hdr_field* hf)
 			break;
 
 		case HDR_AUTHORIZATION:
+			free_credentials((auth_body_t**)(&(hf->parsed)));
 			break;
 
 		case HDR_EXPIRES: