View Single Post
Re: crash in malloc() ?
Old
  (#3)
Whistler
Summoner
 
Whistler's Avatar
 
Status: Offline
Posts: 1,499
Join Date: Feb 2004
Location: Mist Village
Default Re: crash in malloc() ? - 08-04-2004

Thanks for your reply. But the PATH is a struct which has something like this:
Code:
 struct PATH
 {
    .....
   int iIndex[MAX_PATH_INDEX];
 };
so that's not a problem. Also this code doesn't crash AFTER the malloc() but just INSIDE it so it's kinda weird...
  
Reply With Quote