mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-analyze: don't leak subvolume mount option
This commit is contained in:
@ -156,7 +156,7 @@ sysprof_mount_namespace_find_device (SysprofMountNamespace *self,
|
|||||||
const char *relative_path)
|
const char *relative_path)
|
||||||
{
|
{
|
||||||
const char *mount_source;
|
const char *mount_source;
|
||||||
const char *subvolume;
|
g_autofree char *subvolume = NULL;
|
||||||
|
|
||||||
g_assert (SYSPROF_IS_MOUNT_NAMESPACE (self));
|
g_assert (SYSPROF_IS_MOUNT_NAMESPACE (self));
|
||||||
g_assert (SYSPROF_IS_MOUNT (mount));
|
g_assert (SYSPROF_IS_MOUNT (mount));
|
||||||
|
|||||||
Reference in New Issue
Block a user