Prevent potential memory leak

This commit is contained in:
brunoherbelin
2021-04-04 13:40:17 +02:00
parent d2b4a825eb
commit 66d5148e3a
2 changed files with 11 additions and 14 deletions

View File

@@ -74,7 +74,6 @@ public:
static const char* mask_names[3];
static const char* mask_shapes[5];
static std::vector< ShadingProgram* > mask_programs;
};
#endif // IMAGESHADER_H