projects
/
imager.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add new comparison method rgb_difference that resembles arithmetical difference per...
[imager.git]
/
combine.im
diff --git
a/combine.im
b/combine.im
index 37e174d3402cd0c69735148137406e04db5da97f..b13a94109d1ad8fcd15e99b2c2bba38347752b6b 100644
(file)
--- a/
combine.im
+++ b/
combine.im
@@
-75,6
+75,8
@@
i_combine(i_img **imgs, const int *channels, int in_count) {
}
IM_PLIN(out, 0, width, y, out_row);
}
+ myfree(out_row);
+ myfree(in_row);
#/code
return out;