[sword-devel] swld.cpp at line 111 - is this a bug?
Manfred Bergmann
manfred.bergmann at me.com
Tue Oct 11 23:37:19 MST 2016
> Am 12.10.2016 um 01:34 schrieb Jaak Ristioja <jaak at ristioja.ee>:
>
> 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.
Despite the warning, would but not be deleted completely?
Manfred
More information about the sword-devel
mailing list