X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=libiberty%2Fpartition.c;h=5f0745c91424ea2ec299b580d86a88f33a78cedd;hb=ec8f76882145c71bef81a9cadf0bf51ff9fa5b35;hp=24a99122d5599fdc645eb80671212bd28e545bf5;hpb=e064c173c645a9f23b6b0d2a4c6fe32eebbf96d0;p=deliverable%2Fbinutils-gdb.git diff --git a/libiberty/partition.c b/libiberty/partition.c index 24a99122d5..5f0745c914 100644 --- a/libiberty/partition.c +++ b/libiberty/partition.c @@ -16,8 +16,8 @@ You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to - the Free Software Foundation, 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. */ + the Free Software Foundation, 51 Franklin Street - Fifth Floor, + Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -177,6 +177,7 @@ partition_print (partition part, FILE *fp) } fputc (']', fp); + free (class_elements); free (done); }