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>2005-04-17 19:50:52 +0400
committerTon Roosendaal <ton@blender.org>2005-04-17 19:50:52 +0400
commit8a02dc11decda40e67bf95a109645e8df4d80b7e (patch)
tree4554d4243dc816c4fb3c9d3c8b245064b65823b2 /source/blender/blenloader/intern
parentf919cf75f16d2da22cffb64e2b7b70e09d0e77ee (diff)
Patch provided by Andrea Weikert (elubie):
With a few tests I have discovered that when quitting Blender the filelist in SpaceFile doesn't get free'd. storage.c: I have replaced strdup for the relname member in BLI_builddir with BLI_strdup. and malloc with MEM_mallocN for the string member in BLI_addstrings(). filesel.c: Of course also had to replace free with MEM_freeN in freefilelist(). In freespacelist (space.c) I added call to freefilelist for the SPACE_FILE space type.
Diffstat (limited to 'source/blender/blenloader/intern')
0 files changed, 0 insertions, 0 deletions