mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Fix Memory leak in BlackBorderProcessor
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
#pragma once
|
||||
#ifndef BLACK_BORDER_PROCESSOR_H
|
||||
#define BLACK_BORDER_PROCESSOR_H
|
||||
|
||||
#include <memory>
|
||||
|
||||
// QT includes
|
||||
#include <QJsonObject>
|
||||
@@ -162,3 +165,5 @@ namespace hyperion
|
||||
|
||||
};
|
||||
} // end namespace hyperion
|
||||
|
||||
#endif // BLACK_BORDER_PROCESSOR_H
|
||||
|
Reference in New Issue
Block a user