Max list length and variable Memory Leaks

Thank you for your answer, maybe it will be a long term solution for me but right now i want to fix it with a small list.

as I was talking about the list size with a friend. He had as an option to take the 2D list appart into 6 1D list for X,Y,Z,Rx,Ry,Rz.
He pointed me in the right direction for looking on memory leaks as i wrote in the program below. so before i did his advice i was looking for when memory loss would became a problem (for my application i can work around with 20 poses but future i want more)



in last picture it will pop up the current var_3 at i=2318

a few weeks back i never heard about memory loss and updated my theory knowledge to look for a practical solution… But nowpractice is not in line with theory, cause i don’t get anny memory loss. now i am wondering how this aint happening. does annyone have ideas or did i do somthing wrong or have I hacked the system … Programmer’s Problem: The Code Doesn’t Work Why? It works Why?