X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Ftar.c;h=b460211d6338ef750268741bbf588ef5e641974a;hb=3fe0f0d7f87777815e100766e0633fa5ec0321e7;hp=e21a6466f40249ff530ffed978ebc053d43f6b8e;hpb=ca856c2585cbb2e0ca6774c23a0f53447dbf3bf7;p=chaz%2Ftar diff --git a/src/tar.c b/src/tar.c index e21a646..b460211 100644 --- a/src/tar.c +++ b/src/tar.c @@ -7,7 +7,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the - Free Software Foundation; either version 2, or (at your option) any later + Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, but @@ -2408,6 +2408,7 @@ tar_stat_destroy (struct tar_stat_info *st) free (st->gname); free (st->sparse_map); free (st->dumpdir); + xheader_destroy (&st->xhdr); memset (st, 0, sizeof (*st)); }