Index: TODO =================================================================== diff -u -r3ea11774a1d822bb63611f31ec092db6b4853c4e -r3cd976554a5ed01b8f1ae6aa66865aee1dffa82f --- TODO (.../TODO) (revision 3ea11774a1d822bb63611f31ec092db6b4853c4e) +++ TODO (.../TODO) (revision 3cd976554a5ed01b8f1ae6aa66865aee1dffa82f) @@ -3100,6 +3100,14 @@ * New function DeleteProcsAndVars() to trigger deletion of ParamDefs (fixes a small memory leak); * improved comments + * improved INCR_REF_COUNT/DECR_REF_COUNT for easier + tracking of potential refcount errors + * added macros DECR_REF_COUNT2() and INCR_REF_COUNT2() + for easing the association of refcounts to locations + in the code by providing names for refcounts. + * fixed a refcount bug for valueObjs in non-NRE-enabled + versions in the argument vector of scripted methods + (found via INCR_REF_COUNT2/DECR_REF_COUNT2)