Commit 05e338a3 authored by Andrew McDonnell's avatar Andrew McDonnell

Make sure all fields of cursor initialised

parent 4cc08c96
......@@ -554,6 +554,7 @@ oqgraph3::graph::graph(
: _ref_count(0)
, _cursor(0)
, _stale(false)
, _rnd_pos((size_t)-1)
, _table(table)
, _source(source)
, _target(target)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment