mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 12:55:44 +00:00
* DBModeler/Modeler.m (-newFromDatabase:): Remove extra release.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@27940 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
576684cef4
commit
02fc575b32
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2009-02-21 Matt Rice <ratmice@gmail.com>
|
||||
|
||||
* DBModeler/Modeler.m (-newFromDatabase:): Remove extra release.
|
||||
|
||||
2009-02-20 David Ayers <ayers@fsfe.org>
|
||||
|
||||
* Version 0.12.0
|
||||
|
|
|
@ -228,7 +228,6 @@
|
|||
[newModel setName: [[adaptor connectionDictionary] objectForKey:@"databaseName"]];
|
||||
[channel closeChannel];
|
||||
[self _newDocumentWithModel:newModel];
|
||||
RELEASE(newModel);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue