[sword-devel] swld.cpp at line 111 - is this a bug?

Jaak Ristioja jaak at ristioja.ee
Tue Oct 11 16:34:27 MST 2016


Hi!

On 12.10.2016 01:08, TS wrote:
> 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.

Yes, Xcode has it correct. It should be `delete[] buf;`. This was also
fixed in Sword++ in March.

Many blessings,
J



More information about the sword-devel mailing list