Skip to content

Commit 2524c9f

Browse files
committed
Memory leak
1 parent 4c23237 commit 2524c9f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

DelogoHD/delogo_engine.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@ class DelogoEngine {
367367

368368
rowptr += stride;
369369
}
370+
_aligned_free(row_data);
370371
}
371372

372373
// Old algorithm: AUY2Y((AUY * MAXDP - C * DP) / (MAXDP - DP) + 0.5)

0 commit comments

Comments
 (0)