commit bash-20180615 snapshot

This commit is contained in:
Chet Ramey
2018-06-20 11:52:56 -04:00
parent 12beeabf52
commit d58f7f88ed
13 changed files with 28 additions and 19 deletions
+1 -1
View File
@@ -1012,7 +1012,7 @@ sh_exit (s)
int s;
{
#if defined (MALLOC_DEBUG) && defined (USING_BASH_MALLOC)
if (malloc_trace_at_exit)
if (malloc_trace_at_exit && (subshell_environment & (SUBSHELL_COMSUB|SUBSHELL_PROCSUB)) == 0)
trace_malloc_stats (get_name_for_error (), (char *)NULL);
/* mlocation_write_table (); */
#endif