*** empty log message ***

svn path=/trunk/boinc/; revision=9447
This commit is contained in:
Charlie Fenton 2006-02-11 15:29:06 +00:00
parent f433b73f6b
commit 56db8f45c4
2 changed files with 7 additions and 0 deletions

View File

@ -1717,3 +1717,9 @@ David 10 Feb 2005
client_types.h
cpu_sched.C
cs_scheduler.C
Charlie 10 Feb 2006
- Mac: Free memory allocated for strings when longer needed.
lib/
mac_backtrace.C

View File

@ -251,6 +251,7 @@ static int OutputFrames(const MoreBTFrame *frameArray, unsigned long frameCount,
if (symbol.symbolName[0]) {
fprintf(stderr, "%s + 0x%llx",
symbol.symbolName, symbol.symbolOffset);
free( (void *) symbol.symbolName);
}
}