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

Side by Side Diff: patches/17_fix_leak_in_libmtp_release_device.patch

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, 2 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 unified diff | Download patch
« no previous file with comments | « patches/16_fix_leaks.patch ('k') | patches/20_get_thumbnail_format.patch » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Index: src/libmtp.c
2 ===================================================================
3 --- src/libmtp.c (revision 178530)
4 +++ src/libmtp.c (working copy)
5 @@ -2357,6 +2357,7 @@
6 iconv_close(params->cd_ucs2_to_locale);
7 free(ptp_usb);
8 ptp_free_params(params);
9 + free(params);
10 free_storage_list(device);
11 // Free extension list...
12 if (device->extensions != NULL) {
OLDNEW
« no previous file with comments | « patches/16_fix_leaks.patch ('k') | patches/20_get_thumbnail_format.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698