Hi all. I'm testing my iPhone app for leaks with Instruments, and it's flagging the following routine as being a source of malloc leaks in conjunction with std::string. I can't see any leaks here, since I'm doing everything by reference. Am I missing something? Thanks!
Hi all. I'm testing my iPhone app for leaks with Instruments, and it's flagging the following routine as being a source of malloc leaks in conjunction with std::string. I can't see any leaks here, since I'm doing everything by reference. Am I missing something? Thanks!