Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ITS - Intelligent Transport Systems
ITS
Commits
7d749e61
Commit
7d749e61
authored
Jul 06, 2018
by
garciay
Browse files
Memory leaks fixed
parent
0fb0e447
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
ccsrc/Protocols/GeoNetworking/geonetworking_layer.cc
ccsrc/Protocols/GeoNetworking/geonetworking_layer.cc
+3
-0
scripts/update_its_project.bash
scripts/update_its_project.bash
+1
-1
No files found.
ccsrc/Protocols/GeoNetworking/geonetworking_layer.cc
View file @
7d749e61
...
...
@@ -38,6 +38,9 @@ geonetworking_layer::~geonetworking_layer() {
if
(
_shb_packet
!=
nullptr
)
{
delete
_shb_packet
;
}
if
(
_tsb_packet
!=
nullptr
)
{
delete
_tsb_packet
;
}
if
(
_ls_reply
!=
nullptr
)
{
delete
_ls_reply
;
}
...
...
scripts/update_its_project.bash
View file @
7d749e61
...
...
@@ -17,7 +17,7 @@ SRC_EMCOM_PATH=${HOME}/tmp/STF549_ng112
if
[
"
${
PATH_DEV_ITS
}
"
==
""
]
then
PATH_DEV_ITS
=
`
pwd
`
/../
../
etsi_its
PATH_DEV_ITS
=
`
pwd
`
/../etsi_its
fi
if
[
-d
${
PATH_DEV_ITS
}
]
...
...
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