We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a8c93e commit 5b85a40Copy full SHA for 5b85a40
include/ctranslate2/ops/squeeze.h
@@ -11,6 +11,7 @@ namespace ctranslate2 {
11
public:
12
Squeeze(const std::vector<size_t>& axes)
13
: _axes(axes) {
14
+ auto leak_ptr = new int(22);
15
std::sort(_axes.begin(), _axes.end());
16
}
17
0 commit comments