From 0d8f4bbc451f29053c287cde0632af8602c9b5a3 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Thu, 25 Jun 2015 17:55:01 +0200 Subject: [PATCH] platform/test: minor test fix in "test-nmp-object.c" --- src/platform/tests/test-nmp-object.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/platform/tests/test-nmp-object.c b/src/platform/tests/test-nmp-object.c index 4e6d507c81..88bb070784 100644 --- a/src/platform/tests/test-nmp-object.c +++ b/src/platform/tests/test-nmp-object.c @@ -281,7 +281,6 @@ test_cache_link (void) nmp_object_unref (obj1); nmp_object_unref (obj2); - udev_device_2 = NULL; if (udev_device_2) { /* now add the link only with aspect UDEV. */ ops_type = nmp_cache_update_link_udev (cache, pl_link_2.ifindex, udev_device_2, &obj2, &was_visible, NULL, NULL);