Kaydet (Commit) c3bcd36d authored tarafından Stephan Bergmann's avatar Stephan Bergmann

clang-analyzer-deadcode.DeadStores

Change-Id: I97db1e22a42e25186be0d7304b9f2a5204fc1c83
üst 215150c5
...@@ -2675,7 +2675,6 @@ dbus_uninhibit_gsm (guint cookie) ...@@ -2675,7 +2675,6 @@ dbus_uninhibit_gsm (guint cookie)
if (error != NULL) { if (error != NULL) {
g_debug ("Uninhibit problem : %s", error->message); g_debug ("Uninhibit problem : %s", error->message);
g_error_free (error); g_error_free (error);
cookie = -1;
} }
g_object_unref (G_OBJECT (proxy)); g_object_unref (G_OBJECT (proxy));
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment