projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
fa0ca01
)
/ remove extrenous NULL at end of function
author
Ben Kramer
<bkramer@voicetronix.com.au>
Wed, 14 Jul 2004 21:55:01 +0000
(21:55 +0000)
committer
Ben Kramer
<bkramer@voicetronix.com.au>
Wed, 14 Jul 2004 21:55:01 +0000
(21:55 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3438
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/chan_vpb.c
patch
|
blob
|
history
diff --git
a/channels/chan_vpb.c
b/channels/chan_vpb.c
index
e256212
..
ce3005f
100755
(executable)
--- a/
channels/chan_vpb.c
+++ b/
channels/chan_vpb.c
@@
-2104,7
+2104,7
@@
int unload_module()
ast_mutex_destroy(&bridge_lock);
for(int i = 0; i < max_bridges; i++ ) {
ast_mutex_destroy(&bridges[i].lock);
- pthread_cond_destroy(&bridges[i].cond, NULL);
+ pthread_cond_destroy(&bridges[i].cond);
}
free(bridges);