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:
0e7dfa1
)
fix segtv with 5_3
author
Michael Wallner
<mike@php.net>
Thu, 3 Apr 2008 13:24:33 +0000
(13:24 +0000)
committer
Michael Wallner
<mike@php.net>
Thu, 3 Apr 2008 13:24:33 +0000
(13:24 +0000)
http_requestpool_object.c
patch
|
blob
|
history
diff --git
a/http_requestpool_object.c
b/http_requestpool_object.c
index 4a4293ba29549eed553b30540971e918bd8f42e6..5edc073c0e0be75aafd88e5cbb48227f7bf70a43 100644
(file)
--- a/
http_requestpool_object.c
+++ b/
http_requestpool_object.c
@@
-173,8
+173,8
@@
PHP_METHOD(HttpRequestPool, __construct)
}
}
efree(argv);
- SET_EH_NORMAL();
http_final(HTTP_EX_CE(request_pool));
+ SET_EH_NORMAL();
}
/* }}} */