[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: NSWorkspace bug
From: |
Enrico Sersale |
Subject: |
Re: NSWorkspace bug |
Date: |
Tue, 22 Jan 2002 15:22:12 +0200 (EET) |
On Tue, 22 Jan 2002, Enrico Sersale wrote:
>
> On Tue, 22 Jan 2002, Richard Frith-Macdonald wrote:
>
> >
> > On Tuesday, January 22, 2002, at 11:21 AM, Enrico Sersale wrote:
> >
> > >
> > > After the last changes, calling NSWorkspace's
> > > [getInfoForFile:application:type:], crashes the app.
> > >
> > ...
The bug is in [_extension:role:app:andInfo:].
NSDictionary *apps is declared and then used in
info = [apps objectForKey: appName];
but it is not allocated.