Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
549cee85
Commit
549cee85
authored
Oct 03, 2013
by
Andrew McDonnell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Likely fix for 1233113
parent
aefcd578
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
storage/oqgraph/graphcore.cc
storage/oqgraph/graphcore.cc
+4
-1
No files found.
storage/oqgraph/graphcore.cc
View file @
549cee85
...
...
@@ -700,9 +700,12 @@ namespace open_query
// Because otherwise things can happen and we havent freed a resource since the end of the last query...
void
oqgraph
::
release_cursor
()
throw
()
{
if
(
share
->
g
.
_cursor
)
{
// Make sure refs all freed before deleting share->g._cursor
share
->
g
.
_rnd_cursor
=
0
;
delete
cursor
;
cursor
=
0
;
delete
share
->
g
.
_cursor
;
share
->
g
.
_cursor
=
NULL
;
}
delete
cursor
;
cursor
=
0
;
row_info
=
empty_row
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment