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>2012-08-01 18:29:24 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-08-01 18:29:24 +0400
commit7fd1bd18e5705f33ddcf0458a4bef0eaa3da92d4 (patch)
tree707d20787892bde390bf0bbfc7b6dea6091a68de /intern/guardedalloc
parent8a1a4a453dd3cca0319ca88dbab271089d178c20 (diff)
fix crash when polling image sample outside image space.
also remove historic comment which isnt helpful.
Diffstat (limited to 'intern/guardedalloc')
-rw-r--r--intern/guardedalloc/intern/mallocn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/guardedalloc/intern/mallocn.c b/intern/guardedalloc/intern/mallocn.c
index ffda6829ee0..c4902e6aa5a 100644
--- a/intern/guardedalloc/intern/mallocn.c
+++ b/intern/guardedalloc/intern/mallocn.c
@@ -644,7 +644,7 @@ void MEM_printmemlist_pydict(void)
MEM_printmemlist_internal(1);
}
-short MEM_freeN(void *vmemh) /* anders compileertie niet meer */
+short MEM_freeN(void *vmemh)
{
short error = 0;
MemTail *memt;