Switch to unified view
a/src/query/wasatorcl.cpp | b/src/query/wasatorcl.cpp | ||
---|---|---|---|
... |
... |
||
239 | wasaQueryToRcl(config, stemlang, *it, autosuffs, reason); |
239 | wasaQueryToRcl(config, stemlang, *it, autosuffs, reason); |
240 | if (sub == 0) { |
240 | if (sub == 0) { |
241 | continue; |
241 | continue; |
242 | } |
242 | } |
243 | nclause = |
243 | nclause = |
244 | new Rcl::SearchDataClauseSub(Rcl::SCLT_SUB, |
244 | new Rcl::SearchDataClauseSub(RefCntr<Rcl::SearchData>(sub)); |
245 | RefCntr<Rcl::SearchData>(sub)); |
||
246 | if (nclause == 0) { |
245 | if (nclause == 0) { |
247 | LOGERR(("wasaQueryToRcl: out of memory\n")); |
246 | LOGERR(("wasaQueryToRcl: out of memory\n")); |
248 | reason = "Out of memory"; |
247 | reason = "Out of memory"; |
249 | return 0; |
248 | return 0; |
250 | } |
249 | } |