git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09dcad8
)
when saving, don't realloc the clients bitmap
author
kramm
<kramm>
Mon, 16 Jan 2006 17:02:10 +0000
(17:02 +0000)
committer
kramm
<kramm>
Mon, 16 Jan 2006 17:02:10 +0000
(17:02 +0000)
lib/png.c
patch
|
blob
|
history
diff --git
a/lib/png.c
b/lib/png.c
index
d0fb4ef
..
9669f89
100644
(file)
--- a/
lib/png.c
+++ b/
lib/png.c
@@
-865,7
+865,6
@@
void writePNG(char*filename, unsigned char*data, int width, int height)
png_start_chunk(fi, "IEND", 0);
png_end_chunk(fi);
- free(data);
free(data2);
free(data3);
}