OCTADE
@octade@soc.octade.net
Null terminated strings is the main problem.
In Pascal we don't have this problem. Strings are automatically sized instead of null terminated. In many years I've never had a memory leak in a Pascal program. Even when I have used pointers, I've never had the problem arise.