We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c23237 commit 2524c9fCopy full SHA for 2524c9f
1 file changed
DelogoHD/delogo_engine.hpp
@@ -367,6 +367,7 @@ class DelogoEngine {
367
368
rowptr += stride;
369
}
370
+ _aligned_free(row_data);
371
372
373
// Old algorithm: AUY2Y((AUY * MAXDP - C * DP) / (MAXDP - DP) + 0.5)
0 commit comments