Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
f91ef84b
Commit
f91ef84b
authored
Nov 20, 2015
by
Eric Cano
Browse files
Fixed wrong usage of unique_ptr leading to memory leak.
parent
d0307c48
Changes
1
Hide whitespace changes
Inline
Side-by-side
scheduler/SchedulerDatabaseTest.cpp
View file @
f91ef84b
...
...
@@ -73,7 +73,7 @@ public:
}
virtual
void
TearDown
()
{
m_db
.
re
lea
se
();
m_db
.
rese
t
();
}
cta
::
SchedulerDatabase
&
getDb
()
{
...
...
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