• Christian Heimes's avatar
    Coverity issue CID #167 · 7b1e119f
    Christian Heimes yazdı
    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;
    7b1e119f
pgen.c 14.7 KB