mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 12:55:44 +00:00
* DBModeler/DiagramView.m (-dealloc): Release model.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@27941 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bbcf66dd59
commit
cf1768f553
2 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
2009-02-21 Matt Rice <ratmice@gmail.com>
|
||||
|
||||
* DBModeler/Modeler.m (-newFromDatabase:): Remove extra release.
|
||||
* DBModeler/DiagramView.m (-dealloc): Release model.
|
||||
|
||||
2009-02-20 David Ayers <ayers@fsfe.org>
|
||||
|
||||
|
|
|
@ -71,6 +71,8 @@
|
|||
RELEASE(_relationships);
|
||||
RELEASE(_subview_order);
|
||||
RELEASE(_bgColor);
|
||||
RELEASE(_model);
|
||||
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue