projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
EIPP/EDSP log can't be written is a warning, not an error
[apt.git]
/
apt-pkg
/
contrib
/
cdromutl.cc
diff --git
a/apt-pkg/contrib/cdromutl.cc
b/apt-pkg/contrib/cdromutl.cc
index 6eb917457c62c9c45d5dafee59955385ae3113c5..428ef01616383b210ac1981b0e4d44fef38cf1ec 100644
(file)
--- a/
apt-pkg/contrib/cdromutl.cc
+++ b/
apt-pkg/contrib/cdromutl.cc
@@
-287,9
+287,11
@@
string FindMountPointForDevice(const char *devnode)
fclose(f);
// unescape the \0XXX chars in the path
string mount_point = out[1];
fclose(f);
// unescape the \0XXX chars in the path
string mount_point = out[1];
+ free(line);
return DeEscapeString(mount_point);
}
fclose(f);
return DeEscapeString(mount_point);
}
fclose(f);
+ free(line);
}
return string();
}
return string();