about summary refs log tree commit diff stats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xmiasm/graph/graph_qt.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/miasm/graph/graph_qt.py b/miasm/graph/graph_qt.py
index 7fccc76f..7f1f6abb 100755
--- a/miasm/graph/graph_qt.py
+++ b/miasm/graph/graph_qt.py
@@ -822,6 +822,7 @@ class MainWindow(QtGui.QWidget):
             def __init__(self, k = None, data = None):
                 self.data = data
                 self.k = k
+                self.splines = []
                 if not data:
                     self.w, self.h = 80,40
                 else: