AV on MRVTypesThreads.GetGUIDInfoWithCreate
Posted: Mon Jul 01, 2019 2:45 pm
Hi,
It seems in MRVTypesThreads.GetGUIDInfoWithCreate() needs checking for the ListGUID variable before use it, as it is already done in the other routines in the same unit:
Don't you think?
Best regards.
It seems in MRVTypesThreads.GetGUIDInfoWithCreate() needs checking for the ListGUID variable before use it, as it is already done in the other routines in the same unit:
Code: Select all
if not Assigned(ListGUID) then
exit;
Best regards.