1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-14 18:14:50 +02:00

Delete d_ptr in Servent desctructor

This commit is contained in:
Uwe L. Korn
2013-06-07 15:49:15 +02:00
committed by Michael Zanetti
parent b48b0127f8
commit 81a9da23da

View File

@@ -116,6 +116,8 @@ Servent::~Servent()
d_func()->portfwd.data()->wait( 60000 );
delete d_func()->portfwd.data();
}
delete d_ptr;
}