utest: fix the typo 53/174553/1 submit/tizen/20180403.042004
authorSooChan Lim <sc1.lim@samsung.com>
Tue, 3 Apr 2018 04:08:33 +0000 (13:08 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Tue, 3 Apr 2018 04:08:33 +0000 (13:08 +0900)
Change-Id: I0ef28fc84556a6d26c17caeb6f2c554286acbb35

utests/src/ut_wayland_tbm.cpp

index e75313a..fb2da49 100644 (file)
@@ -947,6 +947,6 @@ fini:
        if (fence != -1)
                close(fence);
        if (td != -1)
-               close(fence);
+               close(td);
 }