Skip to content

Commit

Permalink
BRAYNS-601 Fix memory leak in Atlas loader. (#1225)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien4193 committed Dec 21, 2023
1 parent d7c8d76 commit 45e5073
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/AtlasExplorer/api/Atlas.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class Atlas
{
public:
Atlas(const brayns::Vector3ui &size, const brayns::Vector3f &spacing);
virtual ~Atlas() = default;

/**
* @brief Get the volume grid dimensions.
Expand Down

0 comments on commit 45e5073

Please sign in to comment.