Skip to content

Commit

Permalink
Remove unnecessary ReleaseIdsPtr in LocalDestroyVBucket
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHogan committed Jun 17, 2021
1 parent 7b7c63f commit 7d2c75d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/metadata_storage_stb_ds.cc
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,6 @@ bool LocalDestroyVBucket(SharedMemoryContext *context, const char *vbucket_name,
if (HasAllocatedBlobs(info)) {
FreeIdList(mdm, info->blobs);
}
ReleaseIdsPtr(mdm);

info->blobs.length = 0;
info->blobs.capacity = 0;
Expand Down

0 comments on commit 7d2c75d

Please sign in to comment.