aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-03-02 11:32:25 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-03-02 11:32:25 +0000
commitb9cb9968f242ed4273a9b59640940df513b740ff (patch)
tree61334795efaea823a2bef412c47f85246ca7a974 /tools
parent310b495ff36c3e7ae6b2db4080d0566decca783f (diff)
lemon.c:3176:8: error: attempt to free a non-heap object ‘buf’
svn path=/trunk/; revision=48003
Diffstat (limited to 'tools')
-rw-r--r--tools/lemon/lemon.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/lemon/lemon.c b/tools/lemon/lemon.c
index ac6586d281..97d6d82580 100644
--- a/tools/lemon/lemon.c
+++ b/tools/lemon/lemon.c
@@ -3173,7 +3173,6 @@ PRIVATE FILE *tplt_open(struct lemon *lemp)
}else{
tpltname = pathsearch(lemp->argv0,templatename,0);
}
- free(buf);
}
if( tpltname==0 ){
fprintf(stderr,"Can't find the parser driver template file \"%s\".\n",