Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
412ce0dd
Commit
412ce0dd
authored
Feb 21, 2007
by
Rémi Denis-Courmont
Browse files
Memory leak
parent
3226e6a6
Changes
1
Show whitespace changes
Inline
Side-by-side
modules/services_discovery/sap.c
View file @
412ce0dd
...
...
@@ -1425,6 +1425,7 @@ static void FreeSDP( sdp_t *p_sdp )
free
(
p_sdp
->
mediav
[
j
].
fmt
);
for
(
int
i
=
0
;
i
<
p_sdp
->
mediav
[
j
].
i_attributes
;
i
++
)
FreeAttribute
(
p_sdp
->
mediav
[
j
].
pp_attributes
[
i
]);
free
(
p_sdp
->
mediav
[
j
].
pp_attributes
);
}
free
(
p_sdp
->
mediav
);
...
...
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