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:
authorCampbell Barton <ideasman42@gmail.com>2010-05-07 19:52:16 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-05-07 19:52:16 +0400
commit5774e61f4a4b7ebbc12017eebf454847bc5ab25a (patch)
tree69b17f29a157bf7b0a7a77f0cbc17dbf93f9fc1d /source/blender/imbuf/intern/openexr
parentd972b8488e5c2b119731bfbb2b0921cb7775064a (diff)
shouldnt have committed this, was local hack to workaround float buffer bug.
Diffstat (limited to 'source/blender/imbuf/intern/openexr')
-rw-r--r--source/blender/imbuf/intern/openexr/openexr_api.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/blender/imbuf/intern/openexr/openexr_api.cpp b/source/blender/imbuf/intern/openexr/openexr_api.cpp
index 214cccd77c3..c495508558e 100644
--- a/source/blender/imbuf/intern/openexr/openexr_api.cpp
+++ b/source/blender/imbuf/intern/openexr/openexr_api.cpp
@@ -1015,12 +1015,6 @@ struct ImBuf *imb_load_openexr(unsigned char *mem, int size, int flags)
}
delete file;
- if(ibuf) {
- if(ibuf->rect_float) {
- MEM_freeN(ibuf->rect_float);
- ibuf->rect_float= NULL;
- }
- }
return(ibuf);
}
catch (const std::exception &exc)