1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-28 21:19:10 +00:00

Update openbsd.cc (#323)

This commit is contained in:
windows5 2016-10-04 09:46:28 +02:00 committed by Brenden Matthews
parent 6c4c28672f
commit 774afe202b

View File

@ -117,6 +117,7 @@ static int swapmode(int *used, int *total)
rnswap = swapctl(SWAP_STATS, swdev, nswap);
if (rnswap == -1) {
free(swdev);
return 0;
}