[gnome-flashback] misc: remove Coverity annotations



commit af87cf3fcfb753b5065afc92bb8bc5af4ce6e75f
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Fri Mar 19 12:38:41 2021 +0200

    misc: remove Coverity annotations

 backends/gf-monitor-config-store.c | 2 --
 system-indicators/si-power.c       | 1 -
 2 files changed, 3 deletions(-)
---
diff --git a/backends/gf-monitor-config-store.c b/backends/gf-monitor-config-store.c
index 86589ed..7149422 100644
--- a/backends/gf-monitor-config-store.c
+++ b/backends/gf-monitor-config-store.c
@@ -1480,8 +1480,6 @@ gf_monitor_config_store_save (GfMonitorConfigStore *config_store)
                                  G_FILE_CREATE_REPLACE_DESTINATION,
                                  config_store->save_cancellable,
                                  saved_cb, data);
-
-  /* coverity[leaked_storage : FALSE] */
 }
 
 static void
diff --git a/system-indicators/si-power.c b/system-indicators/si-power.c
index b5ef019..55af4c2 100644
--- a/system-indicators/si-power.c
+++ b/system-indicators/si-power.c
@@ -113,7 +113,6 @@ get_state_text (SiPower *self)
                               hours, minutes, percentage);
     }
 
-  /* coverity[dead_error_line] */
   return NULL;
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]