Fix forward leak from 9a6fd52be8.

This commit is contained in:
Kyle Sanderson
2015-03-01 18:16:07 -08:00
parent 45342347cc
commit a001698e89
+1
View File
@@ -41,6 +41,7 @@ SteamWorksForwards::~SteamWorksForwards()
forwards->ReleaseForward(this->pFOSSC); forwards->ReleaseForward(this->pFOSSC);
forwards->ReleaseForward(this->pFOSSCF); forwards->ReleaseForward(this->pFOSSCF);
forwards->ReleaseForward(this->pFOSSD); forwards->ReleaseForward(this->pFOSSD);
forwards->ReleaseForward(this->pFOCGS);
} }
void SteamWorksForwards::NotifyPawnValidateClient(Account_t parent, Account_t child) void SteamWorksForwards::NotifyPawnValidateClient(Account_t parent, Account_t child)