]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Coverity issue CID #167
authorChristian Heimes <christian@cheimes.de>
Fri, 18 Jan 2008 07:45:30 +0000 (07:45 +0000)
committerChristian Heimes <christian@cheimes.de>
Fri, 18 Jan 2008 07:45:30 +0000 (07:45 +0000)
commit7b1e119f8c28cf8b46ab5933c389a6d0b742ef21
tree7f736eef7807ea2fd753b898a51562d3b786bb0a
parent62a8e95fea9b4cb9e4d986aaa554f3e9927d973e
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;
Parser/pgen.c