From a9780439e066ea76d7b5aa6af66a8a539c59b0cf Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Mon, 3 Oct 2011 07:46:12 +0000 Subject: issue 145 - fix my broken regex which was causing filenames to be treated as URLs. issue 141 - patch for showing mime type icons in file list. --- src/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 1afb37e..ec895f6 100644 --- a/src/main.c +++ b/src/main.c @@ -101,9 +101,9 @@ int main(int argc, char *argv[]) gboolean withUnique; #endif -#ifdef DEBUG - //GMemVTable gmvt = {malloc,realloc,free,calloc,malloc,realloc}; - //g_mem_set_vtable(&gmvt); +#ifdef TRG_MEMPROFILE + GMemVTable gmvt = {malloc,realloc,free,calloc,malloc,realloc}; + g_mem_set_vtable(&gmvt); g_mem_set_vtable(glib_mem_profiler_table); g_mem_profile(); #endif -- cgit v1.2.3