Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gst-plugins-bad
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Seungha Yang
gst-plugins-bad
Commits
2c81a50c
Commit
2c81a50c
authored
Nov 27, 2018
by
Seungha Yang
🐑
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hlssink2: Fix string leak
Need to free allocated string memory on _finalize()
parent
b0d22f8c
Pipeline
#10122
passed with stages
in 5 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
ext/hls/gsthlssink2.c
ext/hls/gsthlssink2.c
+1
-0
No files found.
ext/hls/gsthlssink2.c
View file @
2c81a50c
...
...
@@ -104,6 +104,7 @@ gst_hls_sink2_finalize (GObject * object)
g_free
(
sink
->
location
);
g_free
(
sink
->
playlist_location
);
g_free
(
sink
->
playlist_root
);
g_free
(
sink
->
current_location
);
if
(
sink
->
playlist
)
gst_m3u8_playlist_free
(
sink
->
playlist
);
...
...
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