what if m_mm == NULL when deleteGPMemManager is called?
Opened this issue · 0 comments
gxflying commented
hw/cmod/nvdla_payload/gp_mm.cpp
Line 27 in 8e06b1b
hi sir, should it be more robust like this?
if (m_mm != NULL)
delete m_mm;
Opened this issue · 0 comments
hw/cmod/nvdla_payload/gp_mm.cpp
Line 27 in 8e06b1b