projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
0d84055
)
- clean previous response
author
Michael Wallner
<mike@php.net>
Fri, 22 Jul 2005 13:48:22 +0000
(13:48 +0000)
committer
Michael Wallner
<mike@php.net>
Fri, 22 Jul 2005 13:48:22 +0000
(13:48 +0000)
http_request_object.c
patch
|
blob
|
history
diff --git
a/http_request_object.c
b/http_request_object.c
index c324240d7ec9faab93dd521fd05850eb088f1ef9..4fcddabcb82d37c8cd8706f5a2d17bd0c282c60b 100644
(file)
--- a/
http_request_object.c
+++ b/
http_request_object.c
@@
-391,6
+391,9
@@
STATUS _http_request_object_requesthandler(http_request_object *obj, zval *this_
break;
}
+ /* clean previous response */
+ phpstr_dtor(&obj->response);
+
efree(request_uri);
return status;
}