diff options
Diffstat (limited to 'src/common/helper.c')
-rw-r--r-- | src/common/helper.c | 5 |
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 | ||
411 | void doneGNUnetGTKCommon() { | 411 | void 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 | |||
449 | void doneGNUnetGTKCommon() { | ||
447 | MUTEX_DESTROY(&sclock); | 450 | MUTEX_DESTROY(&sclock); |
448 | } | 451 | } |
449 | 452 | ||