mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r13811] Description:
Update information printed when the file module's debugging is enabled and file memory is leaked. Tested on: Linux/32 2.6 (chicago)
This commit is contained in:
parent
bd2c3b52a8
commit
7b0fa3950e
@ -2530,7 +2530,7 @@ HDfprintf(stderr, "%s: Reducing file size to = %a\n", FUNC, last->addr);
|
||||
} else {
|
||||
/* leak memory */
|
||||
#ifdef H5F_DEBUG
|
||||
HDfprintf(stderr, "%s: LEAKED MEMORY!!!!!!\n", FUNC);
|
||||
HDfprintf(stderr, "%s: LEAKED MEMORY!!! type = %u, addr = %a, size = %Hu\n", FUNC, (unsigned)type, addr, size);
|
||||
#endif /* H5F_DEBUG */
|
||||
} /* end else */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user