Modified Files:
bat_xfer.cpp getmail.c js_bbs.cpp js_global.c js_msgbase.c
js_system.c sbbs.h sbbsecho.c
Log Message:
Resolve memory leaks found by clang scan-build (mostly, or all, in error conditions) - e.g. if a malloc or realloc failed, then some other allocated memory would be leaked.