Fix some memory freeing

This commit is contained in:
Vitaliy Filippov
2020-02-24 01:04:23 +03:00
parent 5dd04abbac
commit 4c0178f180
7 changed files with 69 additions and 66 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ struct pg_osd_set_state_t
struct pg_list_result_t
{
obj_ver_id *buf;
obj_ver_id *buf = NULL;
uint64_t total_count;
uint64_t stable_count;
};