AV on MRVTypesThreads.GetGUIDInfoWithCreate

RVMedia support and discussion (components for displaying and controlling IP cameras, webcams, video conferencing, video chats, recording audio and video files)
Post Reply
panlab_mf
Posts: 35
Joined: Wed Feb 06, 2019 9:55 am

AV on MRVTypesThreads.GetGUIDInfoWithCreate

Post by panlab_mf »

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:

Code: Select all

  if not Assigned(ListGUID) then
    exit;
 
Don't you think?

Best regards.
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: AV on MRVTypesThreads.GetGUIDInfoWithCreate

Post by Sergey Tkachenko »

You are right, this check must be added.
Post Reply