vector<InternalArgument>* should become shared_pointers

Issue #92 new
Broes De Cat created an issue

Are now deleted when closing Global Data.

Such vectors are used to go back and forth between lua and c++. Probably, they can be deleted a lot earlier (now in some far-fetched case might lead to overflows for long running processes).

Comments (6)

  1. Log in to comment