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
if (cursor)
cursor->current(ref);
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()
......
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