aboutsummaryrefslogtreecommitdiff
path: root/multimedia/lcdgrilo/patches/020-vala.patch
blob: c35e227d10ed894feaf067677b1f306e9a92a1d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/lcdgrilo.vala
+++ b/src/lcdgrilo.vala
@@ -47,7 +47,7 @@ private class LCDPlayer {
 	private int current = 0;
 	private Transitions transitions;
 	private MainLoop loop;
-	private Gee.ArrayList<Grl.Source> sources = new Gee.ArrayList<unowned Grl.Source> ();
+	private Gee.ArrayList<weak Grl.Source> sources = new Gee.ArrayList<unowned Grl.Source> ();
 	private uint watch_id = 0;
 
 	public LCDPlayer () {