Skip to content

Commit a83d012

Browse files
committed
Minor fix in ipcFixture.hpp
1 parent b8088be commit a83d012

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/ipcFixtures.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ struct umfIpcTest : umf_test::test,
6969
umf::pool_unique_handle_t makePool() {
7070
// TODO: The function is similar to poolCreateExt function
7171
// from memoryPool.hpp
72-
umf_memory_provider_handle_t hProvider;
73-
umf_memory_pool_handle_t hPool;
72+
umf_memory_provider_handle_t hProvider = NULL;
73+
umf_memory_pool_handle_t hPool = NULL;
7474

7575
auto ret =
7676
umfMemoryProviderCreate(providerOps, providerParams, &hProvider);

0 commit comments

Comments
 (0)