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
75c5e0ee
Commit
75c5e0ee
authored
Oct 01, 2012
by
Leif Walsh
Committed by
Yoni Fogel
Apr 17, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
closes #5544 fix mem leaks
git-svn-id:
file:///svn/toku/tokudb@48499
c7de825b-a66e-492c-adef-691d508d4ae1
parent
61da49e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
ft/ftdump.cc
ft/ftdump.cc
+2
-0
No files found.
ft/ftdump.cc
View file @
75c5e0ee
...
@@ -585,6 +585,8 @@ main (int argc, const char *const argv[]) {
...
@@ -585,6 +585,8 @@ main (int argc, const char *const argv[]) {
toku_blocktable_iterate
(
ft
->
blocktable
,
TRANSLATION_CHECKPOINTED
,
toku_blocktable_iterate
(
ft
->
blocktable
,
TRANSLATION_CHECKPOINTED
,
dump_node_wrapper
,
&
info
,
true
,
true
);
dump_node_wrapper
,
&
info
,
true
,
true
);
}
}
toku_cachefile_close
(
&
cf
,
false
,
ZERO_LSN
);
toku_cachetable_close
(
&
ct
);
toku_ft_free
(
ft
);
toku_ft_free
(
ft
);
toku_ft_layer_destroy
();
toku_ft_layer_destroy
();
return
0
;
return
0
;
...
...
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