summary refs log tree commit diff stats
path: root/src/common/cfgfiles.c
diff options
context:
space:
mode:
authorbviktor <bviktor@outlook.com>2012-10-02 13:02:17 -0700
committerbviktor <bviktor@outlook.com>2012-10-02 13:02:17 -0700
commitc80858f919cd54b3f6721d2267b33dc3a91da474 (patch)
treec0b9de69542f9b6ebb7164edc88a59c45a786aa6 /src/common/cfgfiles.c
parent6e3efe262258204b8c0a5c1c3260e93c2588c20d (diff)
parent62903cd171acb49ed66056c32edbcc0fd56b07c5 (diff)
Merge pull request #115 from RichardHitt/master
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;