X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=attribute.c;h=414a65e6526fabc08ccabaec07694423665b4442;hb=f56e7627e5fbde3705f9241e6bcaeafe8c123674;hp=2ea73a6ab41fed2dcd18c8ca077b661e9809a3b7;hpb=9d24300965cbcdfddb9f63b6bc8018da50d7d8e1;p=paraslash.git diff --git a/attribute.c b/attribute.c index 2ea73a6a..414a65e6 100644 --- a/attribute.c +++ b/attribute.c @@ -1,8 +1,4 @@ -/* - * Copyright (C) 1997 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 1997 Andre Noll , see file COPYING. */ /** \file attribute.c Attribute handling functions. */ @@ -240,6 +236,7 @@ out: if (ret < 0) para_printf(&aca->pbout, "error while adding %s\n", lls_input(i, aca->lpr)); + lls_free_parse_result(aca->lpr, cmd); return ret; }