Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cube: Fix coverity warning caused by unneeded null pointer check
Commit 03eec61 removed unneeded null pointer checks after new, but missed one which now raises a warning from coverity scan. Remove that one, too. Signed-off-by: Stefan Weil <[email protected]>
- Loading branch information