bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ 100485 ] missing autorelease


From: nobody
Subject: [ 100485 ] missing autorelease
Date: Tue, 26 Feb 2002 10:04:37 -0500

Support Request #100485, was updated on 2002-Feb-26 16:04
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupport&support_id=100485&group_id=99

Category: Foundation
Status: Open
Priority: 5
Summary: missing autorelease

By: mscheibler
Date: 2002-Feb-26 16:04

Message:
Logged In: YES 
user_id=5624
Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)

In NSString.m:

- (NSString*) stringByStandardizingPath
{
...
  s = [[self stringByExpandingTildeInPath] 
mutableCopy];
  //shouldn't it be autoreleased??
...
  return s;
}

----------------------------------------------------------------------
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupport&support_id=100485&group_id=99



reply via email to

[Prev in Thread] Current Thread [Next in Thread]