X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=atk-adaptor%2Faccessible-leasing.c;h=dcddb0b5452f9e9d99b961e03cd5bb3b0a5e9940;hb=6b63c523fac3c4bf721c143b0402d767d2fc5801;hp=4370bffc02e1d46105fc1ded20a532d31ab4ebb7;hpb=a1a316d1ef4167dbca147bc3477ed22305c83743;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/atk-adaptor/accessible-leasing.c b/atk-adaptor/accessible-leasing.c index 4370bff..dcddb0b 100644 --- a/atk-adaptor/accessible-leasing.c +++ b/atk-adaptor/accessible-leasing.c @@ -84,7 +84,7 @@ spi_leasing_dispose (GObject * object) SpiLeasing *leasing = SPI_LEASING (object); ExpiryElement *head; - while (head = g_queue_pop_head (leasing->expiry_queue)) + while ((head = g_queue_pop_head (leasing->expiry_queue))) { g_object_unref (head->object); g_slice_free (ExpiryElement, head);