Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
7dfc3381
Commit
7dfc3381
authored
Jun 11, 2013
by
Kostya Shishkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
g2meet: do not leak buffers
parent
4d960d7f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
g2meet.c
libavcodec/g2meet.c
+2
-0
No files found.
libavcodec/g2meet.c
View file @
7dfc3381
...
...
@@ -455,6 +455,8 @@ static int g2m_init_buffers(G2MContext *c)
aligned_height
=
FFALIGN
(
c
->
tile_height
,
16
);
av_free
(
c
->
synth_tile
);
av_free
(
c
->
jpeg_tile
);
av_free
(
c
->
kempf_buf
);
av_free
(
c
->
kempf_flags
);
c
->
synth_tile
=
av_mallocz
(
c
->
tile_stride
*
aligned_height
);
c
->
jpeg_tile
=
av_mallocz
(
c
->
tile_stride
*
aligned_height
);
c
->
kempf_buf
=
av_mallocz
((
c
->
tile_width
+
1
)
*
aligned_height
...
...
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