commit | 7b1e119f8c28cf8b46ab5933c389a6d0b742ef21 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Fri Jan 18 07:45:30 2008 +0000 |
committer | Christian Heimes <christian@cheimes.de> | Fri Jan 18 07:45:30 2008 +0000 |
tree | 7f736eef7807ea2fd753b898a51562d3b786bb0a | |
parent | 62a8e95fea9b4cb9e4d986aaa554f3e9927d973e [diff] |
Coverity issue CID #167 Event alloc_fn: Called allocation function "metacompile" [model] Event var_assign: Assigned variable "gr" to storage returned from "metacompile" gr = metacompile(n); Event pass_arg: Variable "gr" not freed or pointed-to in function "maketables" [model] g = maketables(gr); translatelabels(g); addfirstsets(g); Event leaked_storage: Returned without freeing storage "gr" return g;