fstab-generator: fix memleak
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 2 May 2015 17:01:28 +0000 (12:01 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 2 May 2015 17:01:28 +0000 (13:01 -0400)
commit336b5c615e9c101476784b32df1b86aaeac96431
tree15ff29d3d16c39361a7137aa166e06a5f4703efb
parent35c0808fe05f9a90fc7d50cc4eb4e1a4e0d366fa
fstab-generator: fix memleak

filtered was used to store an allocated string twice. The first allocation was
thus lost. The string is not needed for anything, so simply skip the allocation.

Fixup for deb0a77cf0b409141c4.
src/fstab-generator/fstab-generator.c