diff options
Diffstat (limited to 'src/common/helper.c')
-rw-r--r-- | src/common/helper.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/helper.c b/src/common/helper.c index 5dba8ad3..f311f7cd 100644 --- a/src/common/helper.c +++ b/src/common/helper.c | |||
@@ -416,7 +416,7 @@ void doneGNUnetGTKCommon() { | |||
416 | Plugin * next; | 416 | Plugin * next; |
417 | 417 | ||
418 | next = plugin->next; | 418 | next = plugin->next; |
419 | unloadPlugin(plugin); | 419 | unloadPlugin(plugin); |
420 | plugin = next; | 420 | plugin = next; |
421 | } | 421 | } |
422 | 422 | ||
@@ -434,7 +434,7 @@ void doneGNUnetGTKCommon() { | |||
434 | for (i=0;i<pscCount;i++) | 434 | for (i=0;i<pscCount;i++) |
435 | psc[i]->func(psc[i]); | 435 | psc[i]->func(psc[i]); |
436 | i = pscCount; | 436 | i = pscCount; |
437 | MUTEX_UNLOCK(&sclock); | 437 | MUTEX_UNLOCK(&sclock); |
438 | /* wait until all PSC-jobs have left | 438 | /* wait until all PSC-jobs have left |
439 | the gtkSaveCall method before destroying | 439 | the gtkSaveCall method before destroying |
440 | the mutex! */ | 440 | the mutex! */ |