fixed callback not released + unneded env func param

This commit is contained in:
Hane 2025-01-16 18:09:02 +01:00
commit a3d00be3fe
5 changed files with 8 additions and 4 deletions

View file

@ -33,7 +33,7 @@ class SessionHandler {
void setName(std::wstring newName);
void reviseSessionShowing(SessionState state);
SessionVolumeInfo* getVolumeInfo();
~SessionHandler();
private:
SessionVolumeInfo svi;
EndpointHandler* eph;