libgitg: Fix mismatch of type-parameter ownership

This commit is contained in:
Rico Tzschichholz 2018-11-04 15:13:49 +01:00 committed by Alberto Fanjul
parent 1e13a055a5
commit 358f5ec7e9

View file

@ -469,7 +469,7 @@ public class Lanes : Object
index = next;
uint cnt = 0;
unowned SList<Commit> ptr = d_previous;
unowned SList<weak Commit> ptr = d_previous;
while (ptr != null)
{