Hotfix, release resource.

This commit is contained in:
Miao Jiang 2013-04-10 16:36:52 +08:00
parent 5e48419e18
commit e9e17fc940

View file

@ -26,6 +26,11 @@ class NodeCurlHttppost
reset();
}
~NodeCurlHttppost()
{
reset();
}
void reset()
{
curl_httppost *cur = first;