swc

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.nihaljere.xyz/swc
Log | Files | Refs | README | LICENSE

commit 61c47e6cecb162107a6b9c13e100ffce1e78c53d
parent 7a244e5b80e5336a968ed9f6f81be5d71f40b5a3
Author: Michael Forney <mforney@mforney.org>
Date:   Tue, 15 Jul 2014 18:54:58 -0700

Add missing call to data_device_finalize() in seat_finalize()

Diffstat:
Mlibswc/seat.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/libswc/seat.c b/libswc/seat.c @@ -486,6 +486,7 @@ void swc_seat_finalize() pointer_finalize(&seat.pointer); keyboard_finalize(&seat.keyboard); + data_device_finalize(&seat.data_device); wl_global_destroy(seat.global); free(seat.name);