Debugging Dynamic Memory Usage Errors Using HP WDB

Ignore top 4 frames belonging to leak detection library of gdb.
0x70e78d7c in __rtc_event+0 () from /opt/langtools/lib/librtc.sl
(gdb) f 4
#4 0x4000960:0 in main () at bounds.c:9
9 free(cp);
(gdb)
50