Commit 40f4556d authored by Andrew McDonnell's avatar Andrew McDonnell

Revert half the fix for 1133093 - superfluous

parents 6f461855 c18c903c
...@@ -947,7 +947,7 @@ namespace open_query ...@@ -947,7 +947,7 @@ namespace open_query
if (cursor) if (cursor)
cursor->current(ref); cursor->current(ref);
else else
new (ref_ptr) reference(); // avoid assignment operator because the intrusive_ptr swaps for unknown reasons, which means if ref is uninitialised it segfaults ref = reference(); // avoid assignment operator because the intrusive_ptr swaps for unknown reasons, which means if ref is uninitialised it segfaults
} }
int oqgraph::random(bool scan) throw() int oqgraph::random(bool scan) throw()
......
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