mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Fix some leaks (#863)
This commit is contained in:
@@ -42,7 +42,7 @@ void LedDeviceFile::initFile(const QString &fileName)
|
||||
{
|
||||
if ( _file == nullptr )
|
||||
{
|
||||
_file = new QFile(fileName);
|
||||
_file = new QFile(fileName, this);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user