Fix memory leaks found by analyser.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32255 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fredkiefer 2011-02-20 22:36:49 +00:00
parent afcef9b696
commit 7c2a5cddf0
6 changed files with 28 additions and 15 deletions

View file

@ -1116,6 +1116,7 @@ many times.
backing: bufferingType
defer: YES
screen: aScreen];
RELEASE(aScreen);
// Fake the initialisation of the backend
_windowNum = winNum;