Refs #132. Kill the threads when unload the library.

This commit is contained in:
Zhang Xianyi
2012-08-11 21:33:15 +08:00
parent 068861a927
commit a55821a2ec
3 changed files with 3 additions and 2 deletions

View File

@@ -435,7 +435,7 @@ static int blas_thread_server(void *arg){
blas_memory_free(buffer);
pthread_exit(NULL);
//pthread_exit(NULL);
return 0;
}