projects
/
imager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd4b0b2
)
Missing myfree() in the default path of bmp loading.
author
Arnar Mar Hrafnkelsson
<addi@cpan.org>
Thu, 1 Nov 2001 15:02:59 +0000
(15:02 +0000)
committer
Arnar Mar Hrafnkelsson
<addi@cpan.org>
Thu, 1 Nov 2001 15:02:59 +0000
(15:02 +0000)
bmp.c
patch
|
blob
|
blame
|
history
diff --git
a/bmp.c
b/bmp.c
index 5d99d20717abc057ae68669e49386a5afaad081b..6c9faea65587072c35cce7573310b6dff9db76cf 100644
(file)
--- a/
bmp.c
+++ b/
bmp.c
@@
-861,6
+861,7
@@
read_8bit_bmp(io_glue *ig, int xsize, int ysize, int clr_used,
i_ppal(im, 0, xsize, y, line);
y += yinc;
}
+ myfree(line);
}
else if (compression == BI_RLE8) {
int read_size;