From a8d911c021c92d424882003cf22cf4e154ec5ea2 Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Wed, 11 Jul 2012 14:40:43 +0200 Subject: Don't manage memory manually for the commasepstream in irc::portparser --- include/hashcomp.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'include') diff --git a/include/hashcomp.h b/include/hashcomp.h index 36d45dc64..59986e66f 100644 --- a/include/hashcomp.h +++ b/include/hashcomp.h @@ -441,7 +441,7 @@ namespace irc /** Used to split on commas */ - commasepstream* sep; + commasepstream sep; /** Current position in a range of ports */ @@ -475,10 +475,6 @@ namespace irc */ portparser(const std::string &source, bool allow_overlapped = true); - /** Frees the internal commasepstream object - */ - ~portparser(); - /** Fetch the next token from the stream * @return The next port number is returned, or 0 if none remain */ -- cgit v1.2.3