X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Ffsck.c;h=7e835a75abe02a97405ee5997b8f629aae2c93b8;hb=6e6b3ff35f9baafb22d5459ca13c112b1e00ae1b;hp=e452adc0028f1b35f26aff455e89eba4d6021b7b;hpb=9e0b31a2af26b8d58a44dd80993a5e73d4942307;p=libguestfs.git diff --git a/daemon/fsck.c b/daemon/fsck.c index e452adc..7e835a7 100644 --- a/daemon/fsck.c +++ b/daemon/fsck.c @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include @@ -39,5 +39,6 @@ do_fsck (const char *fstype, const char *device) return -1; } + free (err); return r; }