This commit is contained in:
dickelbeck 2007-09-11 04:10:01 +00:00
parent d6072d8ac9
commit 9d1c7bc0c5
1 changed files with 3 additions and 2 deletions

View File

@ -3,8 +3,9 @@ Here are some source code maintenance tasks that need to be done, and maybe some
folks will see these items and volunteer to do them. folks will see these items and volunteer to do them.
*** figure out the TRACK::Copy() functions. There are now two of them, and *** Look at gerbview/block.cpp for text:
I doubt the compiler will be calling the original. Should only need one of these. // @todo: bug? memory leak at this point: about line 418
this definitely looks like a memory leak.
*** make the ADD_MENUITEM macros in include/macros.h be static inline functions instead *** make the ADD_MENUITEM macros in include/macros.h be static inline functions instead