瀏覽代碼

Must free http on the error path; nothing else will do it

tags/v0.9.3
Michael Brown 19 年之前
父節點
當前提交
1f92c6b3e8
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/net/tcp/http.c

+ 1
- 0
src/net/tcp/http.c 查看文件

424
  err:
424
  err:
425
 	DBGC ( http, "HTTP %p could not create request: %s\n", 
425
 	DBGC ( http, "HTTP %p could not create request: %s\n", 
426
 	       http, strerror ( rc ) );
426
 	       http, strerror ( rc ) );
427
+	free ( http );
427
 	return rc;
428
 	return rc;
428
 }
429
 }

Loading…
取消
儲存