Index: branches/chucko/i386/util/bdmesg.c =================================================================== --- branches/chucko/i386/util/bdmesg.c (revision 2436) +++ branches/chucko/i386/util/bdmesg.c (revision 2437) @@ -42,5 +42,7 @@ if (msglog) printf("%s\n", msglog); + CFRelease(bootLog); + return 0; }