Hotfix, release resource.
This commit is contained in:
parent
5e48419e18
commit
e9e17fc940
1 changed files with 5 additions and 0 deletions
|
@ -26,6 +26,11 @@ class NodeCurlHttppost
|
|||
reset();
|
||||
}
|
||||
|
||||
~NodeCurlHttppost()
|
||||
{
|
||||
reset();
|
||||
}
|
||||
|
||||
void reset()
|
||||
{
|
||||
curl_httppost *cur = first;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue