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
Jérémie Dudouet
gammaware
Commits
841cd44a
Commit
841cd44a
authored
Apr 27, 2022
by
Jérémie Dudouet
Browse files
new correction
parent
ae740f77
Pipeline
#174183
passed with stage
in 11 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/adf/ConfAgent.cpp
src/adf/ConfAgent.cpp
+1
-2
No files found.
src/adf/ConfAgent.cpp
View file @
841cd44a
...
...
@@ -52,7 +52,7 @@ ConfAgent::~ConfAgent()
{
gAllocated
--
;
if
(
gAllocated
==
1
)
{
if
(
gAllocated
==
0
)
{
#ifdef DEBUGSTATIC
std
::
clog
<<
"[[static]] ConfAgent::~ConfAgent() ]
\n
[...
\n
"
;
#endif
...
...
@@ -314,7 +314,6 @@ AgataConfAgent::~AgataConfAgent()
if
(
fRunAgent
)
{
delete
fRunAgent
;
fRunAgent
=
0x0
;
}
gTheGlobalAgent
=
0x0
;
}
AgataConfAgent
*
AgataConfAgent
::
theGlobalAgent
()
...
...
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