You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the code all of result.FirstRow, result.Iterator and iterator.GetRow create a new instance that needs to be freed.
The "Query Single Row" and "Query Multiple Rows" examples free everything, except these row instances and the iterator.