X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/e7eb3a2744aa45179daea235800753d3d1955338..HEAD:/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);