mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Fixed memory overwrite bug. This fixes the png writer and led control.
This commit is contained in:
@@ -25,6 +25,8 @@ public:
|
||||
|
||||
void operator() (const RgbImage& inputImage);
|
||||
|
||||
private:
|
||||
void writeImage(const RgbImage& inputImage);
|
||||
|
||||
private:
|
||||
RgbImage* mBuffer;
|
||||
|
Reference in New Issue
Block a user