mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 22:50:37 +00:00
First batch of corrections based on David's static analysis.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@31337 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
82ac6117e8
commit
30240921b4
15 changed files with 151 additions and 73 deletions
|
@ -110,10 +110,9 @@ static NSDataLinkPanel *_sharedDataLinkPanel;
|
|||
if (_sharedDataLinkPanel == nil)
|
||||
{
|
||||
id controller = [[GSDataLinkPanelController alloc] init];
|
||||
_sharedDataLinkPanel = [controller panel];
|
||||
[_sharedDataLinkPanel setDelegate: controller];
|
||||
ASSIGN(_sharedDataLinkPanel, [controller panel]);
|
||||
RELEASE(controller);
|
||||
}
|
||||
NSLog(@"%@",_sharedDataLinkPanel);
|
||||
return _sharedDataLinkPanel;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue