Skip to content

[Misc] Apply SonarCloud rule cpp:S3529

SonarCloud rule fix

  • Rule name: Use of memory after it is freed
  • Rule code: cpp:S3529
  • Rule link:

Note that this is not an actual leak; it just seems like SonarCloud is not detecting things correctly. Will do very small refactor to make it more explicit what is happening

Other comments