summaryrefslogtreecommitdiffstats
path: root/src/blueshift_randr.pyx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/blueshift_randr.pyx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/blueshift_randr.pyx b/src/blueshift_randr.pyx
index 76a6f86..294910a 100644
--- a/src/blueshift_randr.pyx
+++ b/src/blueshift_randr.pyx
@@ -54,9 +54,8 @@ def randr_read(int use_crtc):
s = got[i]
i += 1
for j in range(s):
- c.append(s[i + j])
+ c.append(got[i + j])
i += s
- free(got)
return (r, g, b)