Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2012-12-28 14:38:07 +0400
committerTon Roosendaal <ton@blender.org>2012-12-28 14:38:07 +0400
commit914b0aafa5693f5808f14522dcc57d9f2a695db0 (patch)
treee0ec9eb82d98f15926ab89ced8be5829a58d5855 /source/blender/imbuf/intern/scaling.c
parent6061ecca0baa0e67aa299ede7ecaf46bc833875c (diff)
Yesterday's memory free error fix in IMB_onehalf was wrong, it should
be fixed in the icons code!
Diffstat (limited to 'source/blender/imbuf/intern/scaling.c')
-rw-r--r--source/blender/imbuf/intern/scaling.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/imbuf/intern/scaling.c b/source/blender/imbuf/intern/scaling.c
index af51b4448aa..1e701b8d615 100644
--- a/source/blender/imbuf/intern/scaling.c
+++ b/source/blender/imbuf/intern/scaling.c
@@ -360,8 +360,6 @@ ImBuf *IMB_onehalf(struct ImBuf *ibuf1)
imb_onehalf_no_alloc(ibuf2, ibuf1);
- IMB_freeImBuf(ibuf1);
-
return (ibuf2);
}