aboutsummaryrefslogtreecommitdiffstats
path: root/src/blind-affine-colour.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-07-22 19:33:54 +0200
committerMattias Andrée <maandree@kth.se>2017-07-22 19:33:54 +0200
commitebe2e88b44f46e59bdefef1eb585078d5fa6d4d4 (patch)
tree706cb86db22122b6a586a4149673faa499da44fb /src/blind-affine-colour.c
parentRemove leftover backslash (diff)
downloadblind-ebe2e88b44f46e59bdefef1eb585078d5fa6d4d4.tar.gz
blind-ebe2e88b44f46e59bdefef1eb585078d5fa6d4d4.tar.bz2
blind-ebe2e88b44f46e59bdefef1eb585078d5fa6d4d4.tar.xz
Add blind-apply-kernel
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/blind-affine-colour.c')
-rw-r--r--src/blind-affine-colour.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/blind-affine-colour.c b/src/blind-affine-colour.c
index 88fd76a..7be9ab6 100644
--- a/src/blind-affine-colour.c
+++ b/src/blind-affine-colour.c
@@ -113,6 +113,8 @@ PROCESS(struct stream *colour, struct stream *matrix)
} while (eread_stream(colour, SIZE_MAX));
if (colour->ptr)
eprintf("%s: incomplete frame\n", colour->file);
+
+ free(mbuf);
}
#endif