Menu

#60 Leak in gstrutil.cpp

open
nobody
Memory leak (7)
5
2011-09-15
2011-09-15
No

There is a function 'int gsprintf(...)' in file goldlib/gall/gstrutil.cpp
There is a string 'char *b1 = new char [sizeOfBuffer+1];'
with no 'delete[] b1;' at the end.

Founded using Intel Inspector.
Win64 with ICC builded ok.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB