Monday, October 20, 2008

Memory leak on 0.7.2.1

Just found a memory leak in the xvr2::DB::Field class weird, it seems I forgot to cleanup a temporary buffer related to double fields, it is fixed now, however I need to be more careful and have this checked for 0.8.0 as well.
This is the kind of things that tells me I really should have implemented automated source code tests in order to catch things like this.
Being the only developer of this thing is sometimes a little, sad.

No comments: