REVIEW: Memory Leak - Options ctor
15,768 bytes in 219 blocks are still reachable
This commit is contained in:
parent
14b28d4f72
commit
f21eb3a484
1 changed files with 1 additions and 0 deletions
|
@ -2105,6 +2105,7 @@ Options::Options() :
|
|||
// build option map
|
||||
OptionDesc *desc = &fgOptionArray[ 0 ];
|
||||
while ( desc->option != 0 ) {
|
||||
// REVIEW: Memory Leak - 15,768 bytes in 219 blocks are still reachable
|
||||
p->options[ desc->option ] = desc;
|
||||
++desc;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue