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:
35fd2e0
)
zoom: reset result set ptr to avoid option reading from it
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 18 Sep 2013 13:20:06 +0000
(15:20 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 18 Sep 2013 13:20:06 +0000
(15:20 +0200)
src/filter_zoom.cpp
patch
|
blob
|
history
diff --git
a/src/filter_zoom.cpp
b/src/filter_zoom.cpp
index
e9b0f75
..
b9567e6
100644
(file)
--- a/
src/filter_zoom.cpp
+++ b/
src/filter_zoom.cpp
@@
-374,7
+374,7
@@
void yf::Zoom::Backend::search(ZOOM_query q, Odr_int *hits,
ODR odr)
{
ZOOM_resultset_destroy(m_resultset);
-
+ m_resultset = 0;
if (*flp)
{
WRBUF w = wrbuf_alloc();