Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
af4c2acd
Commit
af4c2acd
authored
Aug 08, 2018
by
Colin NG
Committed by
Carl Eugen Hoyos
Aug 08, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libavformat/dashdec: Fix for un-free memory
Fixes ticket #7338.
parent
90dc584d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
dashdec.c
libavformat/dashdec.c
+0
-1
No files found.
libavformat/dashdec.c
View file @
af4c2acd
...
...
@@ -1879,7 +1879,6 @@ static int is_common_init_section_exist(struct representation **pls, int n_pls)
static
void
copy_init_section
(
struct
representation
*
rep_dest
,
struct
representation
*
rep_src
)
{
*
rep_dest
->
init_section
=
*
rep_src
->
init_section
;
rep_dest
->
init_sec_buf
=
av_mallocz
(
rep_src
->
init_sec_buf_size
);
memcpy
(
rep_dest
->
init_sec_buf
,
rep_src
->
init_sec_buf
,
rep_src
->
init_sec_data_len
);
rep_dest
->
init_sec_buf_size
=
rep_src
->
init_sec_buf_size
;
...
...
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