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 796d569 commit a390a83Copy full SHA for a390a83
include/dali/core/dev_string.h
@@ -1,4 +1,4 @@
1
-// Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.
+// Copyright (c) 2019-2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2
//
3
// Licensed under the Apache License, Version 2.0 (the "License");
4
// you may not use this file except in compliance with the License.
@@ -51,6 +51,7 @@ struct DeviceString {
51
52
__device__ void clear() {
53
if (length_) {
54
+ // NOLINTNEXTLINE
55
free(data_);
56
data_ = nullptr;
57
length_ = 0;
0 commit comments