Fix memory leak in AttachBody
The `$dropdownContainer` variable wasn't being cleaned up when
Select2 was destroyed, which was causing a memory leak.
This closes https://github.com/select2/select2/issues/3559.
This closes https://github.com/select2/select2/pull/3603.