Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cube/char_bigrams: Fix some memory leaks
Coverity report: CID 1164717 (#1 of 1): Resource leak (RESOURCE_LEAK) 10. leaked_storage: Variable upper_32 going out of scope leaks the storage it points to. CID 1164718 (#1 of 1): Resource leak (RESOURCE_LEAK) 10. leaked_storage: Variable lower_32 going out of scope leaks the storage it points to. Signed-off-by: Stefan Weil <sw@weilnetz.de>
- Loading branch information