[BUG][Leak] fix new-delete-type-mismatch in StorageBackend (#6157)

This commit is contained in:
stdpain
2021-07-08 09:55:22 +08:00
committed by GitHub
parent 40bc3fed53
commit 8a785ab08b
3 changed files with 4 additions and 2 deletions

View File

@ -40,5 +40,7 @@ public:
virtual Status rm(const std::string& remote) = 0;
virtual Status mkdir(const std::string& path) = 0;
virtual Status exist(const std::string& path) = 0;
virtual ~StorageBackend() = default;
};
} // end namespace doris

View File

@ -42,7 +42,7 @@ This document focuses on how to code Doris through source code.
```
$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
apache/incubator-doris build-env-1.3 ca207367c09f 21 hours ago 3.28GB
apache/incubator-doris build-env-1.3 49f68cecbc1a 4 days ago 3.76GB
```
Note: For different versions of Doris, you need to download the corresponding mirror version.

View File

@ -41,7 +41,7 @@ under the License.
```
$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
apache/incubator-doris build-env-1.3 ca207367c09f 21 hours ago 3.28GB
apache/incubator-doris build-env-1.3 49f68cecbc1a 4 days ago 3.76GB
```
注: 针对不同的 Doris 版本,需要下载对应的镜像版本