X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Fswap.c;h=b197eb469af266a11b5292b0524af497729b213e;hp=1d02eb2978923f83bd1f7bcb9d3d5653e11a70dc;hb=bf108e5541e2a3cbc6f0c59e93665eceb7a5ce05;hpb=613b411c947635136637f8cdd66b94512f761eab diff --git a/src/core/swap.c b/src/core/swap.c index 1d02eb297..b197eb469 100644 --- a/src/core/swap.c +++ b/src/core/swap.c @@ -1182,7 +1182,6 @@ static int swap_dispatch_io(sd_event_source *source, int fd, uint32_t revents, v } static Unit *swap_following(Unit *u) { - _cleanup_free_ char *p = NULL; Swap *s = SWAP(u); Swap *other, *first = NULL; @@ -1336,7 +1335,6 @@ int swap_process_new_device(Manager *m, struct udev_device *dev) { } int swap_process_removed_device(Manager *m, struct udev_device *dev) { - _cleanup_free_ char *e = NULL; const char *dn; int r = 0; Swap *s;