You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
415 B

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