Skip to content

Commit

Permalink
Silence one more static analyzer warning
Browse files Browse the repository at this point in the history
  • Loading branch information
zorgiepoo committed Apr 14, 2024
1 parent 774d69e commit 2a59d68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Bit Slicer/ZGSearchFunctions.mm
Original file line number Diff line number Diff line change
Expand Up @@ -2357,6 +2357,7 @@ static int _sortPointerMapTable(const void *entry1, const void *entry2)
{
narrowRegionsTableCount = regions.count;
narrowRegionsTable = static_cast<ZGRegionValue *>(calloc(narrowRegionsTableCount, sizeof(*narrowRegionsTable)));
assert(narrowRegionsTable != nullptr);
}
else
{
Expand Down

0 comments on commit 2a59d68

Please sign in to comment.