added pack delete

This commit is contained in:
Christian 2021-02-20 20:39:52 +01:00
parent 609c46dfdb
commit 3d8c29baff

View File

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