[easytag/wip/application-window: 15/18] Remove a bogus GtkTreeIter assignment



commit 44ad72d5175c21c19e1f24ea26e5ad29d6b93113
Author: David King <amigadave amigadave com>
Date:   Mon Feb 3 16:27:42 2014 +0000

    Remove a bogus GtkTreeIter assignment
    
    Found with Coverity (CID 1163324).

 src/cddb_dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/cddb_dialog.c b/src/cddb_dialog.c
index 0494849..5080cae 100644
--- a/src/cddb_dialog.c
+++ b/src/cddb_dialog.c
@@ -453,7 +453,7 @@ find_next_string_in_results (EtCDDBDialog *self)
     GtkTreePath *rowpath;
     gboolean result;
     gboolean itemselected = FALSE;
-    GtkTreeIter itercopy = iter;
+    GtkTreeIter itercopy;
 
     priv = et_cddb_dialog_get_instance_private (self);
 


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