Skip to content
Snippets Groups Projects
Commit 9d86417e authored by Eric Koegel's avatar Eric Koegel
Browse files

Fix coverity cid 107694 Uninitialized pointer read

parent 403fddcd
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ gboolean
xfpm_dbus_name_has_owner (GDBusConnection *connection, const gchar *name)
{
GError *error = NULL;
const gchar *owner;
const gchar *owner = NULL;
gboolean ret;
GVariant *var;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment