Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-IceS
Commits
b3d03462
Commit
b3d03462
authored
Mar 12, 2003
by
Karl Heyes
Browse files
avoid freeing a thread structure a second time.
svn path=/trunk/thread/; revision=4477
parent
6d225783
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/thread/thread.c
View file @
b3d03462
...
...
@@ -738,7 +738,6 @@ void thread_join(thread_type *thread)
_mutex_lock
(
&
_threadtree_mutex
);
avl_delete
(
_threadtree
,
thread
,
_free_thread
);
_mutex_unlock
(
&
_threadtree_mutex
);
_free_thread
(
thread
);
}
/* AVL tree functions */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment