Hi,

Xcode was warning me that in PocketSword's Sword framework, swld.cpp at line 
111 with

"delete buf;"
may be wrong and it should perhaps be

"delete[] buf;"
instead. Is this correct? I looked at the code and I think Xcode is correct in 
that the variable is an array and needs the brackets to delete properly.

-TS
_______________________________________________
sword-devel mailing list: sword-devel@crosswire.org
http://www.crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page

Reply via email to