aboutsummaryrefslogtreecommitdiffstats
path: root/src/models/Service.js
diff options
context:
space:
mode:
authorLibravatar haraldox <hnaumann+github@gmail.com>2018-02-07 16:24:01 +0100
committerLibravatar haraldox <hnaumann+github@gmail.com>2018-02-07 16:24:01 +0100
commitc99848fe96bd93196882462b2d57aa77d34894a0 (patch)
treef6ecd4286e3575aa503f2f608498577c0bb4da76 /src/models/Service.js
parentfix `isDevMode` import (diff)
downloadferdium-app-c99848fe96bd93196882462b2d57aa77d34894a0.tar.gz
ferdium-app-c99848fe96bd93196882462b2d57aa77d34894a0.tar.zst
ferdium-app-c99848fe96bd93196882462b2d57aa77d34894a0.zip
fix(App): Bugfix Fix memory leak in recipe polling loop
Diffstat (limited to 'src/models/Service.js')
-rw-r--r--src/models/Service.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/models/Service.js b/src/models/Service.js
index 423510c7d..bafb3f564 100644
--- a/src/models/Service.js
+++ b/src/models/Service.js
@@ -6,6 +6,7 @@ export default class Service {
6 id = ''; 6 id = '';
7 recipe = ''; 7 recipe = '';
8 webview = null; 8 webview = null;
9 timer = null;
9 events: {}; 10 events: {};
10 11
11 isAttached = false; 12 isAttached = false;