soylent r80 - trunk/src



Author: treitter
Date: Thu Feb 14 05:48:23 2008
New Revision: 80
URL: http://svn.gnome.org/viewvc/soylent?rev=80&view=rev

Log:
Don't bother checking NULLity for g_list_free

Modified:
   trunk/src/soylent-browser.c

Modified: trunk/src/soylent-browser.c
==============================================================================
--- trunk/src/soylent-browser.c	(original)
+++ trunk/src/soylent-browser.c	Thu Feb 14 05:48:23 2008
@@ -491,10 +491,7 @@
         }
     }
 
-  if (selected_people_e_uids)
-    {
-      g_list_free (selected_people_e_uids);
-    }
+  g_list_free (selected_people_e_uids);
 
   return retval;
 }



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