summary refs log tree commit diff stats
path: root/src/common/cfgfiles.c
diff options
context:
space:
mode:
authorRichardHitt <rbh00@netcom.com>2012-10-01 12:53:25 -0700
committerRichardHitt <rbh00@netcom.com>2012-10-01 12:53:25 -0700
commit62903cd171acb49ed66056c32edbcc0fd56b07c5 (patch)
treee57f9e30a86786752f8b8434c9f314ad2e49854f /src/common/cfgfiles.c
parent9c3ea364836f52ca4bc980282f22240bfd4c51e5 (diff)
Fix memory leak related to url grabbing
Diffstat (limited to 'src/common/cfgfiles.c')
-rw-r--r--src/common/cfgfiles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c
index e696729e..1f4d250a 100644
--- a/src/common/cfgfiles.c
+++ b/src/common/cfgfiles.c
@@ -744,7 +744,7 @@ load_config (void)
 	prefs.input_tray_priv = prefs.input_tray_hilight = 1;
 	prefs.autodccsend = 2;	/* browse mode */
 	prefs.url_grabber = 1;
-	prefs.url_grabber_limit = 50; /* 0 means unlimited */
+	prefs.url_grabber_limit = 0; /* 0 means unlimited */
 	prefs.text_search_follow = 1;
 #ifdef WIN32
 	prefs.identd = 1;