added pack delete

This commit is contained in:
Christian 2021-02-20 20:39:52 +01:00
parent 88feffbc16
commit b3584fb514

View File

@ -159,6 +159,7 @@ public Action Timer_do_https_request(Handle timer, DataPack pack)
delete hRequest; delete hRequest;
} }
} }
delete pack;
return Plugin_Handled; return Plugin_Handled;
} }