projects
/
cdsspec-compiler.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecba3e5
)
cyclegraph: fix insignificant memory leak
author
Brian Norris
<banorris@uci.edu>
Fri, 4 Jan 2013 00:18:10 +0000
(16:18 -0800)
committer
Brian Norris
<banorris@uci.edu>
Fri, 4 Jan 2013 00:18:10 +0000
(16:18 -0800)
cyclegraph.cc
patch
|
blob
|
history
diff --git
a/cyclegraph.cc
b/cyclegraph.cc
index edf582b318d05bc731fb1fee943589fbd373610e..168ad90cdb0c4930d045d2dd97d2d45cc2e2f068 100644
(file)
--- a/
cyclegraph.cc
+++ b/
cyclegraph.cc
@@
-17,6
+17,7
@@
CycleGraph::CycleGraph() :
/** CycleGraph destructor */
CycleGraph::~CycleGraph()
{
+ delete discovered;
}
/**