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
7003cd39
Commit
7003cd39
authored
Oct 08, 2006
by
gbazin
Browse files
* modules/demux/asf/libasf.c: fixed memory leak.
parent
94e3a9b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/demux/asf/libasf.c
View file @
7003cd39
...
...
@@ -1155,6 +1155,8 @@ static void ASF_FreeObject_extended_content_description( asf_object_t *p_obj)
FREENULL
(
p_ec
->
ppsz_name
[
i
]
);
FREENULL
(
p_ec
->
ppsz_value
[
i
]
);
}
FREENULL
(
p_ec
->
ppsz_name
);
FREENULL
(
p_ec
->
ppsz_value
);
}
...
...
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