Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
VANet
Commits
ef550e16
Commit
ef550e16
authored
Aug 06, 2019
by
Dipl.-Ing. Jonas Stienen
Browse files
Checking for unitialized pointer
parent
bce20e8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/VANetServerImpl.cpp
View file @
ef550e16
...
@@ -429,7 +429,8 @@ int CVANetServerImpl::Finalize()
...
@@ -429,7 +429,8 @@ int CVANetServerImpl::Finalize()
std
::
cout
<<
"VANetServer: Shutting down"
<<
std
::
endl
;
std
::
cout
<<
"VANetServer: Shutting down"
<<
std
::
endl
;
#endif
#endif
m_pConnectionAccepter
->
Abort
();
if
(
m_pConnectionAccepter
)
m_pConnectionAccepter
->
Abort
();
delete
m_pConnectionAccepter
;
delete
m_pConnectionAccepter
;
m_pConnectionAccepter
=
NULL
;
m_pConnectionAccepter
=
NULL
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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