Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
videolan
vlc
Commits
d05acf36
Commit
d05acf36
authored
May 31, 2008
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix CID 138 release psz_unicode instead of psz_line. This resulted in use afer free error.
parent
aa0ac481
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/demux/playlist/old.c
modules/demux/playlist/old.c
+2
-2
No files found.
modules/demux/playlist/old.c
View file @
d05acf36
...
...
@@ -2,7 +2,7 @@
* old.c : Old playlist format import
*****************************************************************************
* Copyright (C) 2004 the VideoLAN team
* $Id$
* $Id
: 9b9754e379d0619131fb309ee958042866a8be2f
$
*
* Authors: Clément Stenac <zorglub@videolan.org>
*
...
...
@@ -105,7 +105,7 @@ static int Demux( demux_t *p_demux)
PLAYLIST_END
);
free
(
psz_line
);
LocaleFree
(
psz_
lin
e
);
LocaleFree
(
psz_
unicod
e
);
}
p_demux
->
b_die
=
VLC_TRUE
;
...
...
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