diff --git a/examples/manage-prints.c b/examples/manage-prints.c index 7bbbc5e..d64b5fa 100644 --- a/examples/manage-prints.c +++ b/examples/manage-prints.c @@ -197,9 +197,6 @@ on_list_completed (FpDevice *dev, list_data->ret_value = EXIT_SUCCESS; else g_warning ("Invalid finger selected"); - - fp_device_close (dev, NULL, (GAsyncReadyCallback) on_device_closed, - list_data); } }