Invalid Pointer operation after value access
Closed this issue · 1 comments
anders0nmat commented
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
anders0nmat commented
nvm, my fault