ifcfg-rh: dbus method return values need to be allocated
This commit is contained in:
@@ -563,8 +563,8 @@ impl_ifcfgrh_get_ifcfg_details (SCPluginIfcfg *plugin,
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
*out_uuid = uuid;
|
*out_uuid = g_strdup (uuid);
|
||||||
*out_path = path;
|
*out_path = g_strdup (path);
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user