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

Re: More than 2, but less than 3 GiB per process memory?



On Friday September 23 2005 15:09, Malte Cornils wrote:
> [...]
>                         test_p = new test[i];
> [...]
>                 free(test_p);

Never, ever free() memory allocated with new! Use delete[].

-- 
Got Backup?

Jabber: Shadowdancer at jabber.fsinf.de

Attachment: pgpw4_buOKsL9.pgp
Description: PGP signature


Reply to: