mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-10 08:04:25 +02:00
Delete d_ptr in Servent desctructor
This commit is contained in:
@@ -116,6 +116,8 @@ Servent::~Servent()
|
|||||||
d_func()->portfwd.data()->wait( 60000 );
|
d_func()->portfwd.data()->wait( 60000 );
|
||||||
delete d_func()->portfwd.data();
|
delete d_func()->portfwd.data();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
delete d_ptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user