mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 15:40:53 +00:00
sysprofd: fix warning
This commit is contained in:
@ -319,7 +319,6 @@ ipc_service_impl_handle_set_governor (IpcService *service,
|
|||||||
GDBusMethodInvocation *invocation,
|
GDBusMethodInvocation *invocation,
|
||||||
const gchar *governor)
|
const gchar *governor)
|
||||||
{
|
{
|
||||||
g_autoptr(GVariant) res = NULL;
|
|
||||||
g_autofree gchar *available = NULL;
|
g_autofree gchar *available = NULL;
|
||||||
g_autofree gchar *previous = NULL;
|
g_autofree gchar *previous = NULL;
|
||||||
gboolean had_error = FALSE;
|
gboolean had_error = FALSE;
|
||||||
|
|||||||
Reference in New Issue
Block a user