projects
/
metaproxy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bdca0f
)
Filter limit: fix leak
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 17 Dec 2009 14:12:47 +0000
(15:12 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 17 Dec 2009 14:12:47 +0000
(15:12 +0100)
src/filter_limit.cpp
patch
|
blob
|
history
diff --git
a/src/filter_limit.cpp
b/src/filter_limit.cpp
index
f2c7399
..
0826ffd
100644
(file)
--- a/
src/filter_limit.cpp
+++ b/
src/filter_limit.cpp
@@
-183,7
+183,10
@@
void yf::Limit::Impl::process(mp::Package &package)
}
}
if (package.session().is_closed())
+ {
m_sessions.erase(package.session());
+ delete ses;
+ }
}
if (reduce)
{