fixed callback not released + unneded env func param
This commit is contained in:
parent
c60b6f71ed
commit
a3d00be3fe
5 changed files with 8 additions and 4 deletions
|
|
@ -33,7 +33,7 @@ class SessionHandler {
|
|||
void setName(std::wstring newName);
|
||||
void reviseSessionShowing(SessionState state);
|
||||
SessionVolumeInfo* getVolumeInfo();
|
||||
|
||||
~SessionHandler();
|
||||
private:
|
||||
SessionVolumeInfo svi;
|
||||
EndpointHandler* eph;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue