X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zoom%2Fzoomtst7.c;h=c1c9d8da8ca877b15ccfef4c4c10e9de27f8d588;hb=a97174e3c213916ba968c8922ec69e9101badb2d;hp=3dfe4b4039ae74ef8ff4fb0defc787b958a47409;hpb=e8d17b7385e448e2b3f4ba3ff6426ecd543ed97e;p=yaz-moved-to-github.git diff --git a/zoom/zoomtst7.c b/zoom/zoomtst7.c index 3dfe4b4..c1c9d8d 100644 --- a/zoom/zoomtst7.c +++ b/zoom/zoomtst7.c @@ -1,5 +1,5 @@ /* - * $Id: zoomtst7.c,v 1.10 2002-05-21 08:36:03 adam Exp $ + * $Id: zoomtst7.c,v 1.13 2005-02-03 09:09:55 adam Exp $ * * API test.. */ @@ -10,7 +10,7 @@ #include #include - +#include #include int main(int argc, char **argv) @@ -138,9 +138,6 @@ int main(int argc, char **argv) for (j = 0; j < 10; j++) { ZOOM_resultset_records (r[j], 0, 0, 1); - if (block > 0) - while (ZOOM_event (1, &z)) - ; } for (j = 0; j < 10; j++) ZOOM_resultset_destroy (r[j]); @@ -179,9 +176,6 @@ int main(int argc, char **argv) } ZOOM_options_destroy (o); - xmalloc_trav(""); - nmem_exit(); - xmalloc_trav(""); exit (0); }