mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dthelp: Further coverity fixes
This commit is contained in:
parent
c936a8c065
commit
48b97a4c41
15 changed files with 76 additions and 55 deletions
|
|
@ -93,7 +93,6 @@ void m_free(block, msg)
|
|||
#if defined(MSDOS)
|
||||
if (m_heapchk) m_heapdump() ;
|
||||
#endif
|
||||
free(block) ;
|
||||
if (m_malftrace) {
|
||||
#if defined(hpux) || defined(_AIX) || defined(sun) || defined(USL) || defined(__uxp__)
|
||||
snprintf(buffer, 32, "%5x:%5x",
|
||||
|
|
@ -107,6 +106,7 @@ void m_free(block, msg)
|
|||
m_trace(msg) ;
|
||||
m_trace("\n") ;
|
||||
}
|
||||
free(block) ;
|
||||
#if defined(MSDOS)
|
||||
if (m_heapchk) m_heapdump() ;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue