mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-17 03:51:21 +02:00
Fix a few remaining usages of free(), which was removed as part of the TypeScript conversion
This commit is contained in:
@ -619,7 +619,7 @@ var EgwApp = /** @class */ (function () {
|
||||
var favorite_prefix = 'favorite_';
|
||||
// Clear old, if existing
|
||||
if (this.favorite_popup && this.favorite_popup.group) {
|
||||
this.favorite_popup.group.free();
|
||||
this.favorite_popup.group.destroy();
|
||||
delete this.favorite_popup;
|
||||
}
|
||||
// Create popup
|
||||
|
Reference in New Issue
Block a user