(Solved)Error in removing Listview items

Hi, I’m working on cocos2dx 3.12 version.

I want to remove all items in listview.

I tried removeAllItems () , removeItem (ssize_t index), removeAllChildren () methods.

But getting the following error-

Fatal signal 6 (SIGABRT), code -6 in tid 8387 (GLThread 3786)

Sorry it was my silly mistake.
I was calling wrong listview.

Sorry again