summaryrefslogtreecommitdiff
path: root/sdm/libs/hwc2/hwc_session.h
diff options
context:
space:
mode:
Diffstat (limited to 'sdm/libs/hwc2/hwc_session.h')
-rw-r--r--sdm/libs/hwc2/hwc_session.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdm/libs/hwc2/hwc_session.h b/sdm/libs/hwc2/hwc_session.h
index 6af9da58..ce3e27fa 100644
--- a/sdm/libs/hwc2/hwc_session.h
+++ b/sdm/libs/hwc2/hwc_session.h
@@ -175,8 +175,8 @@ class HWCSession : hwc2_device_t, public qClient::BnQClient {
pthread_t uevent_thread_;
bool uevent_thread_exit_ = false;
const char *uevent_thread_name_ = "HWC_UeventThread";
- HWCBufferAllocator *buffer_allocator_ = NULL;
- HWCBufferSyncHandler *buffer_sync_handler_ = NULL;
+ HWCBufferAllocator buffer_allocator_;
+ HWCBufferSyncHandler buffer_sync_handler_;
HWCColorManager *color_mgr_ = NULL;
bool reset_panel_ = false;
bool secure_display_active_ = false;