Kaynağa Gözat

SDL_waylanddatamanager.c:Wayland_data_offer_check_source(): Return when `offer` is NULL

Petar Popovic 1 ay önce
ebeveyn
işleme
dc1bf60b15
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      src/video/wayland/SDL_waylanddatamanager.c

+ 1 - 0
src/video/wayland/SDL_waylanddatamanager.c

@@ -393,6 +393,7 @@ static void Wayland_data_offer_check_source(SDL_WaylandDataOffer *offer, const c
 
     if (!offer) {
         SDL_SetError("Invalid data offer");
+        return;
     }
     data_device = offer->data_device;
     if (!data_device) {