mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Fix Memory leak in GrabberWrapper
This commit is contained in:
@@ -56,6 +56,8 @@ GrabberWrapper::GrabberWrapper(const QString& grabberName, Grabber * ggrabber, i
|
||||
|
||||
GrabberWrapper::~GrabberWrapper()
|
||||
{
|
||||
_timer->stop();
|
||||
delete _timer;
|
||||
GrabberWrapper::instance = nullptr;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user