mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-23 22:35:32 +02:00
Fix some missed free() calls
This commit is contained in:
@@ -70,8 +70,8 @@ var et2_split = /** @class */ (function (_super) {
|
||||
// Destroy splitter, restore children
|
||||
this.div.trigger("destroy");
|
||||
// Destroy dynamic full-height
|
||||
this.dynheight.free();
|
||||
_super.prototype.destroy.call(this);
|
||||
this.dynheight.destroy();
|
||||
_super.prototype.destroy.call(this);
|
||||
// Remove placeholder children
|
||||
if (this._children.length == 0) {
|
||||
this.div.empty();
|
||||
|
Reference in New Issue
Block a user