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
c8a547aa
Commit
c8a547aa
authored
Sep 26, 2018
by
Joseph Mirabel
Committed by
Olivier Stasse
Oct 23, 2018
Browse files
Fix PoolStorage destructor
parent
359dddbb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dgraph/pool.cpp
View file @
c8a547aa
...
...
@@ -79,7 +79,6 @@ 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