Fix streaming HTTP response header and data callbacks

This commit is contained in:
Nicholas Hastings
2026-07-12 21:20:00 -04:00
parent a779d6d961
commit 645103735e
6 changed files with 94 additions and 25 deletions
+1
View File
@@ -72,6 +72,7 @@ void SteamWorks::SDK_OnUnload()
delete this->pSWHTTPNatives;
delete this->pSWHTTP;
this->pSWHTTP = NULL; /* Requests freed via frame actions may outlive us; let their dtor detect this. */
delete this->pSWGameServer;
delete this->pSWGameData;
}