make sure we close the parser even if it failed to parse a search request

This commit is contained in:
kimchy 2011-04-30 00:10:24 +03:00
parent 4558816bcf
commit 98dbb46b3c
1 changed files with 0 additions and 1 deletions

View File

@ -463,7 +463,6 @@ public class SearchService extends AbstractLifecycleComponent<SearchService> {
break;
}
}
parser.close();
} catch (Exception e) {
String sSource = "_na_";
try {