[#BloombergLP-bslma-DeallocatorGuard-2destructor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslma.adoc[bslma]::xref:BloombergLP/bslma/DeallocatorGuard.adoc[DeallocatorGuard]::~DeallocatorGuard :relfileprefix: ../../../ :mrdocs: Destroy this deallocator guard and deallocate the block of memory it manages by invoking the `deallocate` method of the allocator (or pool) that was supplied with the address of the (managed) memory at construction. == Synopsis Declared in `<bslma_deallocatorguard.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- ~DeallocatorGuard(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#