mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 20:45:06 +02:00
Do not "leak" symbol
This commit is contained in:
parent
36261118a9
commit
78be3cd185
1 changed files with 1 additions and 1 deletions
|
@ -413,7 +413,7 @@ object register_library(const char *name)
|
||||||
pthread_mutex_lock(&symbol_table_lock); // Only 1 "writer" allowed
|
pthread_mutex_lock(&symbol_table_lock); // Only 1 "writer" allowed
|
||||||
set_insert(&lib_table, psym);
|
set_insert(&lib_table, psym);
|
||||||
pthread_mutex_unlock(&symbol_table_lock);
|
pthread_mutex_unlock(&symbol_table_lock);
|
||||||
return psym;
|
return boolean_t;
|
||||||
}
|
}
|
||||||
/* END Library table */
|
/* END Library table */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue