Hello!
It was found that the function Request Deallocation does not free memory after using an array of strings (or any other multi-dimensional array).
Description of the experiment:
There is a VI from which subVI is called by command. In the subVI only one-dimensional array (numbers or strings) generated. If the array element type is number (I32), then allocated memory is released (using the function Request Deallocation). If the array element type is string (or any other multi-dimensional array), the memory will not be released. Anyone faced this problem? If yes, what should we do?
Excuse for bad english.
main.vi
memoryusage.vi