X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fshared%2Fsleep-config.c;h=cf1cd400e8fb281d0cb3149f8dc17f3154649333;hp=b9b6643066cc86773e83dbf2a5fde702f6ae4c10;hb=b5d742138f71e87312541a89aac5657015f50f48;hpb=c8a202b7d47f9d6bba3100a208abdadfc383499e diff --git a/src/shared/sleep-config.c b/src/shared/sleep-config.c index b9b664306..cf1cd400e 100644 --- a/src/shared/sleep-config.c +++ b/src/shared/sleep-config.c @@ -220,8 +220,8 @@ static int hibernation_partition_size(size_t *size, size_t *used) { static bool enough_memory_for_hibernation(void) { _cleanup_free_ char *active = NULL; - unsigned long long act; - size_t size, used; + unsigned long long act = 0; + size_t size = 0, used = 0; int r; r = hibernation_partition_size(&size, &used);