Skip to content
Snippets Groups Projects
Commit 1c0603be authored by Rick Pasetto's avatar Rick Pasetto
Browse files

Fix crash when turning on MediaPerformanceManagerDebug flag

parent 479c7cb3
No related branches found
No related tags found
No related merge requests found
...@@ -614,6 +614,8 @@ void LLPanelNearByMedia::refreshList() ...@@ -614,6 +614,8 @@ void LLPanelNearByMedia::refreshList()
// Clear all items so the list gets regenerated. // Clear all items so the list gets regenerated.
mMediaList->deleteAllItems(); mMediaList->deleteAllItems();
mParcelAudioItem = NULL;
mParcelMediaItem = NULL;
all_items_deleted = true; all_items_deleted = true;
updateColumns(); updateColumns();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment