mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=9447
This commit is contained in:
parent
f433b73f6b
commit
56db8f45c4
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue