fix segtv with 5_3
[m6w6/ext-http] / http_requestpool_object.c
index 4a4293ba29549eed553b30540971e918bd8f42e6..5edc073c0e0be75aafd88e5cbb48227f7bf70a43 100644 (file)
@@ -173,8 +173,8 @@ PHP_METHOD(HttpRequestPool, __construct)
                }
        }
        efree(argv);
-       SET_EH_NORMAL();
        http_final(HTTP_EX_CE(request_pool));
+       SET_EH_NORMAL();
 }
 /* }}} */