Fix a memory leak in the URL grabber - as old URLs were expired from the list,

they weren't being freed.


git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@131 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2011-05-17 14:03:29 +00:00
parent 41d0516849
commit b628217600
2 changed files with 26 additions and 21 deletions

View File

@@ -1,5 +1,7 @@
[Changes 1.2c01]
* Tidy up the URL grabber, fixing a memory leak. (caf)
* Cleanup the /BHELP code, fixing a potential crash. Apply updates to
BitchX.help from t3gah. (caf)