mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 581479 - Convert C++ style comment. r=benjamin, a=comment-only
This commit is contained in:
parent
86fc2b0a40
commit
da57f5da8c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user