You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should probably avoid calling exit and instead throw an exception, catch it in main and then exit. This allows destructors to execute. This may be important because helpful error messages may be hidden by unhelpful error messages about "leaking" objects. See mc-imperial/get-image-egl@063eb3b
We should also include the above commit!
The text was updated successfully, but these errors were encountered:
We should probably avoid calling exit and instead throw an exception, catch it in main and then exit. This allows destructors to execute. This may be important because helpful error messages may be hidden by unhelpful error messages about "leaking" objects. See mc-imperial/get-image-egl@063eb3b
We should also include the above commit!
The text was updated successfully, but these errors were encountered: