X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/e81e4e8d1c49737e12e3ca5dba36fd1453f447bb..7489d3af05a4394e9621e14a196a9f6c4f788a26:/libtests/t-eventdist.c diff --git a/libtests/t-eventdist.c b/libtests/t-eventdist.c index 6aa72ef..25a9939 100644 --- a/libtests/t-eventdist.c +++ b/libtests/t-eventdist.c @@ -1,6 +1,6 @@ /* * This file is part of DisOrder. - * Copyright (C) 2008 Richard Kettlewell + * Copyright (C) 2008, 2012 Richard Kettlewell * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -76,6 +76,9 @@ static void test_eventdist(void) { check_integer(wibbles, 2); check_integer(wobbles, 2); check_integer(wobble2s, 3); + + event_cancel(wibble_handle); + event_cancel(wobble2_handle); } TEST(eventdist);