Skip to content

Commit

Permalink
Merge pull request twitter#28 from michalbiesek/fix-not-needed-null-p…
Browse files Browse the repository at this point in the history
…ointer-set

Remove unnecessary set variable to NULL
  • Loading branch information
michalbiesek authored Jul 2, 2019
2 parents 8fd26e6 + 8003acf commit 2078503
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/storage/slab/slab.c
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@ _slab_heapinfo_teardown(void)

datapool_set_user_data(pool_slab, &pool_metadata, sizeof(struct slab_pool_metadata));
datapool_close(pool_slab);
pool_slab = NULL;
}

static rstatus_i
Expand Down

0 comments on commit 2078503

Please sign in to comment.