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
Most of the time the input will be valid, so it's a waste of processing having to check if it's valid at each function call.
Functions shouldn't expect invalid inputs, if it receives invalid input, it should segfault so the programmer know's that the input is invalid. If you're not sure your input is valid, then you should check it before calling the function.
mlx_put_image_to_window segfault with null img_ptr
The text was updated successfully, but these errors were encountered: