Skip to content

Commit

Permalink
Fixed crash when deleting all images and showing Media Info Panel.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Sep 18, 2024
1 parent 3718665 commit f572c36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/mrvPanels/mrvImageInfoPanel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2302,6 +2302,9 @@ namespace mrv
{
tagData.clear();

if (!player)
return;

const auto& info = player->ioInfo();

// First, add global tags
Expand Down

0 comments on commit f572c36

Please sign in to comment.