Cursor-Custodian
Cursor-Custodian copied to clipboard
A fixes issue #16: Pointer to dealocated memory
This pushes the string objects up a scope level so that the pointers are valid as long as the returned objects are within scope.
May fix issue #15
Does this fix the same issue as #5
Does this fix the same issue as #5
Yep, though it only changes the affected lines, rather than some other files.