X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=zoom%2Fzoomtst5.c;h=79fedabcd459e4c279775ff87c7e8fbddb48a9ae;hb=d00666d5391066b1acba398090170d3766ec7e4f;hp=fcf956049b0a82ae357a2ad943e09ebd3957b29f;hpb=fd4adcc80d442f84c6a1894e890b1b6ccd02615e;p=yaz-moved-to-github.git diff --git a/zoom/zoomtst5.c b/zoom/zoomtst5.c index fcf9560..79fedab 100644 --- a/zoom/zoomtst5.c +++ b/zoom/zoomtst5.c @@ -1,5 +1,5 @@ /* - * $Id: zoomtst5.c,v 1.3 2001-11-06 17:05:19 adam Exp $ + * $Id: zoomtst5.c,v 1.4 2001-11-15 08:58:29 adam Exp $ * * Asynchronous multi-target client doing search, sort and present */ @@ -108,7 +108,6 @@ int main(int argc, char **argv) fwrite (str, 1, len, stdout); putchar ('\n'); } - Z3950_record_destroy (rec); } } } @@ -121,4 +120,5 @@ int main(int argc, char **argv) Z3950_connection_destroy (z[i]); } Z3950_options_destroy(o); + exit(0); }