projects
/
imager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
1e2ced8
)
oops, forgot to free the memory I allocated
author
Tony Cook
<tony@develop=help.com>
Sun, 6 May 2001 07:49:52 +0000
(07:49 +0000)
committer
Tony Cook
<tony@develop=help.com>
Sun, 6 May 2001 07:49:52 +0000
(07:49 +0000)
image.c
patch
|
blob
|
blame
|
history
diff --git
a/image.c
b/image.c
index a4c2b3091a15044128efa115dafb2eabae00bc15..767288f886cea060225883b4fd6fe43fbc5280f0 100644
(file)
--- a/
image.c
+++ b/
image.c
@@
-668,6
+668,7
@@
i_copy(i_img *im, i_img *src) {
i_glin(src, 0, x1, y, pv);
i_plin(im, 0, x1, y, pv);
}
i_glin(src, 0, x1, y, pv);
i_plin(im, 0, x1, y, pv);
}
+ myfree(pv);
}
}