Patch level : 12.0 no patch

Files correlati     : 
Commento            :

Aggiunta macro SAFE_DELETE

git-svn-id: svn://10.65.10.50/branches/R_10_00@23330 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
bonazzi 2016-09-26 22:37:19 +00:00
parent 92bf50ae16
commit 19684e1cf1

View File

@ -11,6 +11,7 @@
#define STRINGIFY(x) #x
#define TOSTRING(x) STRINGIFY(x)
#define SAFE_DELETE(p) { delete p; p = NULL; }
class TPerformance_profiler : public TObject
{