From: Adam Dickmeiss Date: Fri, 20 Apr 2007 11:56:37 +0000 (+0000) Subject: Minor X-Git-Tag: PAZPAR2.1.0.0~246 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=0702af08bdcbf34489d5b74ba6367ae5540da87f;p=pazpar2-moved-to-github.git Minor --- diff --git a/src/test_sel_thread.c b/src/test_sel_thread.c index d68f15e..2a90e78 100644 --- a/src/test_sel_thread.c +++ b/src/test_sel_thread.c @@ -1,4 +1,4 @@ -/* $Id: test_sel_thread.c,v 1.2 2007-04-20 11:44:58 adam Exp $ +/* $Id: test_sel_thread.c,v 1.3 2007-04-20 11:56:37 adam Exp $ Copyright (c) 2006-2007, Index Data. This file is part of Pazpar2. @@ -107,8 +107,8 @@ static void test_2(void) iochan_setdata(chan, p); event_loop(&chan); + sel_thread_destroy(p); } - sel_thread_destroy(p); } int main(int argc, char **argv)