Bug 581479 - Convert C++ style comment. r=benjamin, a=comment-only

This commit is contained in:
Saint Wesonga 2010-08-08 17:06:35 +02:00
parent 86fc2b0a40
commit da57f5da8c

View File

@ -337,9 +337,10 @@
#undef NS_BUILD_REFCNT_LOGGING
#endif
// If a program allocates memory for the lifetime of the app, it doesn't make
// sense to touch memory pages and free that memory at shutdown,
// unless we are running leak stats.
/* If a program allocates memory for the lifetime of the app, it doesn't make
* sense to touch memory pages and free that memory at shutdown,
* unless we are running leak stats.
*/
#if defined(NS_TRACE_MALLOC) || defined(NS_BUILD_REFCNT_LOGGING) || defined(MOZ_VALGRIND)
#define NS_FREE_PERMANENT_DATA
#endif