Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
013ebb63
Commit
013ebb63
authored
Jul 25, 2010
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
playlist_song: fix memory leak
Free the temporary path string in apply_song_metadata().
parent
bedb82bf
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
playlist_song.c
src/playlist_song.c
+2
-0
No files found.
src/playlist_song.c
View file @
013ebb63
...
...
@@ -63,6 +63,8 @@ apply_song_metadata(struct song *dest, const struct song *src)
return
dest
;
tmp
=
song_file_new
(
path_fs
,
NULL
);
g_free
(
path_fs
);
merge_song_metadata
(
tmp
,
dest
,
src
);
}
else
{
tmp
=
song_file_new
(
dest
->
uri
,
NULL
);
...
...
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