Merge branch 'tizen' into tizen_5.5 tizen_5.5_tv accepted/tizen/5.5/unified/20200510.231733 submit/tizen_5.5/20200508.080019
authorhyunho <hhstark.kang@samsung.com>
Fri, 8 May 2020 07:53:58 +0000 (16:53 +0900)
committerhyunho <hhstark.kang@samsung.com>
Fri, 8 May 2020 07:53:58 +0000 (16:53 +0900)
Change-Id: I73528e6333c038a6b5f903548a2ac613ffd8c774
Signed-off-by: hyunho <hhstark.kang@samsung.com>
1  2 
screen_connector_remote_surface/remote_surface.cc
screen_connector_remote_surface_evas/remote_surface_evas.cc

index d65af4d38f37b275a3b372e37ff9bbd1a243e976,a1f668be7ee7d1a465c2b1e61d01dc21ac322e8b..98aa9e4e133d31eb7bbb06ab2871520af243ee5b
@@@ -233,10 -233,10 +233,10 @@@ void RemoteSurface::Impl::OnRawBufferCh
                                               std::shared_ptr<WlBuffer> tbm,
                                               int fd, uint32_t size,
                                               uint32_t time) {
-   if (bind_surface_.get() != nullptr || block_)
+   if (bind_surface_.get() != nullptr || block_ || disposed_)
      return;
  
 -  LOGD("resource_id : %s", parent_->GetInstId().c_str());
 +  LOGI("resource_id : %s", parent_->GetInstId().c_str());
    parent_->OnBufferChanged(type, tbm, fd, size, time);
  }