Project

General

Profile

Submit #3086 ยป 0001-swapon-8-Fix-a-memory-leak-in-docrypt.patch

liweitianux, 10/21/2017 03:24 AM

View differences:

sbin/swapon/swapon.c
break;
asprintf(&buf, "/sbin/cryptsetup remove %s", id);
system(buf);
free(buf);
free(id);
break;
case SWAPON:
    (1-1/1)