Ver código fonte

- digest credentials memory leak fixed.

Jan Janak 22 anos atrás
pai
commit
b516633cfd
1 arquivos alterados com 1 adições e 0 exclusões
  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: