aboutsummaryrefslogtreecommitdiff
path: root/src/common/helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/helper.c')
-rw-r--r--src/common/helper.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/common/helper.c b/src/common/helper.c
index 8c30c777..08a0fe64 100644
--- a/src/common/helper.c
+++ b/src/common/helper.c
@@ -408,7 +408,7 @@ void initGNUnetGTKCommon() {
408 connectGladeWithPlugins(statusXML); 408 connectGladeWithPlugins(statusXML);
409} 409}
410 410
411void doneGNUnetGTKCommon() { 411void shutdownPlugins() {
412 int i; 412 int i;
413 413
414 /* unload the plugins */ 414 /* unload the plugins */
@@ -444,6 +444,9 @@ void doneGNUnetGTKCommon() {
444 i = pscCount; 444 i = pscCount;
445 MUTEX_UNLOCK(&sclock); 445 MUTEX_UNLOCK(&sclock);
446 } 446 }
447}
448
449void doneGNUnetGTKCommon() {
447 MUTEX_DESTROY(&sclock); 450 MUTEX_DESTROY(&sclock);
448} 451}
449 452