Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
librados/librados.cc: fix UNINIT issue
Fix for issues introduced with cba4ed4: CID 1256099 (#1 of 1): Uninitialized pointer read (UNINIT) uninit_use: Using uninitialized value this->impl. CID 1256100 (#1 of 1): Uninitialized pointer read (UNINIT) uninit_use: Using uninitialized value this->impl. Don't delete a pointer in the constructor if the pointer isn't initialized before. Signed-off-by: Danny Al-Gaaf <[email protected]>
- Loading branch information