thomaserlang/delphi-json

Invalid Pointer operation after value access

Closed this issue · 1 comments

I just spotted a problem when accessing a item.

Pseudo-Code
fResult: TObjectList<TdJSON>; fYtapi.Get('channels','part=contentDetails',[ 'id=' + fResult[ListBox1.ItemIndex]['id|channelId'].AsString]); // After that call, freeing fResult or calling this line again crashes

nvm, my fault