Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
nexedi
MariaDB
Commits
9ca219ee
Commit
9ca219ee
authored
15 years ago
by
unknown
Browse files
Options
Download
Email Patches
Plain Diff
Fix freed-twice error in XtraDB (from InnoDB plugin 1.0.6).
parent
ccdd2c23
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
storage/xtradb/srv/srv0start.c
storage/xtradb/srv/srv0start.c
+1
-1
No files found.
storage/xtradb/srv/srv0start.c
View file @
9ca219ee
...
...
@@ -2057,8 +2057,8 @@ innobase_shutdown_for_mysql(void)
pars_lexer_close
();
log_mem_free
();
buf_pool_free
();
ut_free_all_mem
();
mem_close
();
ut_free_all_mem
();
if
(
os_thread_count
!=
0
||
os_event_count
!=
0
...
...
This diff is collapsed.
Click to expand it.
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