We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae1aeb8 commit 0a433eeCopy full SHA for 0a433ee
1 file changed
infinitrix.py
@@ -4,6 +4,7 @@
4
import sys
5
import os
6
import time
7
+import gc
8
try:
9
from ctypes import windll # Only exists on Windows.
10
myappid = u'smallcms.infinitrix.app.current'
@@ -557,6 +558,7 @@ def strip_html(text):
557
558
self._blabel = BubbleLabel()
559
self._blabel.setText(msg)
560
self._blabel.show()
561
+ gc.collect()
562
563
564
class WebEngineView(QWebEngineView):
0 commit comments