<html><body><div>Hi,</div><div><br data-mce-bogus="1"></div><div>Xcode was warning me that in PocketSword's Sword framework, swld.cpp at line 111 with</div><div><br data-mce-bogus="1"></div><div>"delete buf;" </div><div>may be wrong and it should perhaps be </div><div><br data-mce-bogus="1"></div><div>"delete[] buf;"</div><div> 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.</div><div><br data-mce-bogus="1"></div><div>-TS</div></body></html>