tracker r2419 - trunk/src/tracker-indexer



Author: pvanhoof
Date: Thu Oct 23 15:09:03 2008
New Revision: 2419
URL: http://svn.gnome.org/viewvc/tracker?rev=2419&view=rev

Log:
Codestyle

Modified:
   trunk/src/tracker-indexer/tracker-metadata-utils.c

Modified: trunk/src/tracker-indexer/tracker-metadata-utils.c
==============================================================================
--- trunk/src/tracker-indexer/tracker-metadata-utils.c	(original)
+++ trunk/src/tracker-indexer/tracker-metadata-utils.c	Thu Oct 23 15:09:03 2008
@@ -50,6 +50,11 @@
 #define TEXT_MAX_SIZE		     1048576  /* bytes */
 #define TEXT_CHECK_SIZE		     65535    /* bytes */
 
+static gchar   *batch[51];
+static gchar   *hints[51];
+static guint    count = 0;
+static gboolean timeout_runs = FALSE;
+
 typedef struct {
 	GPid pid;
 	guint stdout_watch_id;
@@ -665,14 +670,6 @@
 	return retval;
 }
 
-/* It's known that these 51 * 2 lists of strings are leaked at least
- * once at the end of the process. */
-
-static gchar   *batch[51];
-static gchar   *hints[51];
-static guint    count = 0;
-static gboolean timeout_runs = FALSE;
-
 static gboolean
 request_thumbnails (gpointer data)
 {



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