Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(654)

Unified Diff: src/playlist-spl.c

Issue 2364793002: Revert "Uprev libmtp to 1.1.12" (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libmtp@master
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/music-players.h ('k') | src/ptp.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/playlist-spl.c
diff --git a/src/playlist-spl.c b/src/playlist-spl.c
index 5a6a3b00d4c1b8926334d3da237d550228aa7ad1..2942b4c38c80c752ce46b7dde988c032b6286a5e 100644
--- a/src/playlist-spl.c
+++ b/src/playlist-spl.c
@@ -615,7 +615,6 @@ static void spl_text_t_from_tracks(text_t** p,
if(f != NULL) {
append_text_t(&c, f);
LIBMTP_PLST_DEBUG("track %d = %s (%u)\n", i+1, f, tracks[i]);
- free(f);
}
else
LIBMTP_ERROR("failed to find filepath for track=%d\n", tracks[i]);
« no previous file with comments | « src/music-players.h ('k') | src/ptp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698