mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 06:40:38 +00:00
use destroy instead of assigning nil, avoids warnings and make smore sense anyway
This commit is contained in:
parent
a3117e5598
commit
88a0e1e390
4 changed files with 6 additions and 6 deletions
|
@ -110,8 +110,8 @@ NSUnregisterServicesProvider(NSString *name)
|
|||
object: listenerConnection];
|
||||
DESTROY(listenerConnection);
|
||||
}
|
||||
ASSIGN(servicesProvider, nil);
|
||||
ASSIGN(providerName, nil);
|
||||
DESTROY(servicesProvider);
|
||||
DESTROY(providerName);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue