Skip to content

Commit

Permalink
Fixed AlignedBuffer destructor (openvinotoolkit#5752)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyachur authored and yekruglov committed Jun 7, 2021
1 parent ef28347 commit 1bf8709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ngraph/core/include/ngraph/runtime/aligned_buffer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace ngraph
AlignedBuffer(size_t byte_size, size_t alignment = 64);

AlignedBuffer();
~AlignedBuffer();
virtual ~AlignedBuffer();

AlignedBuffer(AlignedBuffer&& other);
AlignedBuffer& operator=(AlignedBuffer&& other);
Expand Down

0 comments on commit 1bf8709

Please sign in to comment.