fix for Array going from free to dealloc

This commit is contained in:
Bill Currie 2004-02-04 07:57:48 +00:00
parent 14bd241c8e
commit d352e0529f

View file

@ -190,7 +190,7 @@ Waypoint Loading from file
+(void)clearAll
{
if (waypoint_array)
[waypoint_array free];
[waypoint_array dealloc];
waypoint_init ();
}