diff options
author | Christian Heimes <christian@cheimes.de> | 2008-01-18 07:45:30 +0000 |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2008-01-18 07:45:30 +0000 |
commit | 7b1e119f8c28cf8b46ab5933c389a6d0b742ef21 (patch) | |
tree | 7f736eef7807ea2fd753b898a51562d3b786bb0a /Python/traceback.c | |
parent | 62a8e95fea9b4cb9e4d986aaa554f3e9927d973e (diff) | |
download | cpython-git-7b1e119f8c28cf8b46ab5933c389a6d0b742ef21.tar.gz |
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;
Diffstat (limited to 'Python/traceback.c')
0 files changed, 0 insertions, 0 deletions