Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Corentin Bergé
dynamic-graph
Commits
370cb9d9
Commit
370cb9d9
authored
Oct 23, 2018
by
Olivier Stasse
Browse files
Revert "Fix PoolStorage destructor"
This reverts commit 4c3d4c828e47d56eaaac38f6f835cc4447d82d60.
parent
3cbbb476
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dgraph/pool.cpp
View file @
370cb9d9
...
...
@@ -78,6 +78,7 @@ PoolStorage::
dgDEBUG
(
15
)
<<
"Delete
\"
"
<<
(
iter
->
first
)
<<
"
\"
"
<<
std
::
endl
;
Entity
*
entity
=
iter
->
second
;
deregisterEntity
(
iter
);
delete
(
entity
);
}
instance_
=
0
;
...
...
Write
Preview
Supports
Markdown
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