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:
authorMartin Poirier <theeth@yahoo.com>2008-10-01 22:00:13 +0400
committerMartin Poirier <theeth@yahoo.com>2008-10-01 22:00:13 +0400
commit39e66e4d6f48b7a54a510ec5504fd500cc07174f (patch)
tree34068ab118acff276bdb19c8164168cb4136752b /source/blender/blenlib
parentff096645adeb0c04ee06a82764336b589217f93a (diff)
Bug fixing
It helps if the fonction to wait on all threads actual does that. Use user parameter for number of threads (this is really looking like it should be in the userprefs and not render params).
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/intern/threads.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/threads.c b/source/blender/blenlib/intern/threads.c
index 01e862a9693..9df8bbc81e3 100644
--- a/source/blender/blenlib/intern/threads.c
+++ b/source/blender/blenlib/intern/threads.c
@@ -225,7 +225,6 @@ void BLI_remove_threads(ListBase *threadbase)
tslot->callerdata = NULL;
pthread_join(tslot->pthread, NULL);
tslot->avail = 1;
- break;
}
}
}