]> git.mxchange.org Git - simgear.git/commit
Patch from Melchior Franz:
authordavid <david>
Wed, 27 Mar 2002 11:42:09 +0000 (11:42 +0000)
committerdavid <david>
Wed, 27 Mar 2002 11:42:09 +0000 (11:42 +0000)
commitd0d7878e0a4cc7871276db37517faf0c61693740
tree37e710dc52f0cd25fbefdd91331cb20ecd6aa7c8
parentbe5d3653488521e050f9b2eb9b380304b413cf46
Patch from Melchior Franz:

This module works mostly with char* and allocates memory with
strdup ... delete doesn't go well with malloc(). The transition
to string only would be nice, but some class interfaces return
char*, so it was more natural to just drop the deletes.
simgear/timing/sg_time.cxx