Blender Git Commit Log
Git Commits -> Revision c04f9b7
Revision c04f9b7 by Andrea Weikert (master) May 18, 2011, 19:42 (GMT) |
fix [#27158] Appending crash with preview. * fixed incorrect reading of PreviewImage struct from .blend * fixed memory leak, PreviewImage data wasn't correctly free'd |
Commit Details:
Full Hash: c04f9b779c4384f3cc6961b2ed54456bdab14f43
SVN Revision: 36757
Parent Commit: 91bd739
Lines Changed: +58, -39
6 Modified Paths:
/source/blender/blenkernel/BKE_icons.h (+6, -2) (Diff)
/source/blender/blenkernel/intern/icons.c (+15, -7) (Diff)
/source/blender/blenloader/BLO_readfile.h (+4, -0) (Diff)
/source/blender/blenloader/intern/readblenentry.c (+25, -28) (Diff)
/source/blender/blenloader/intern/readfile.c (+5, -0) (Diff)
/source/blender/editors/space_file/filelist.c (+3, -2) (Diff)
/source/blender/blenkernel/intern/icons.c (+15, -7) (Diff)
/source/blender/blenloader/BLO_readfile.h (+4, -0) (Diff)
/source/blender/blenloader/intern/readblenentry.c (+25, -28) (Diff)
/source/blender/blenloader/intern/readfile.c (+5, -0) (Diff)
/source/blender/editors/space_file/filelist.c (+3, -2) (Diff)