浏览代码

Suppress warning

Billy Barrow 6 月之前
父节点
当前提交
caf1cfa945
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/lib/Transaction.vala

+ 1 - 0
src/lib/Transaction.vala

@@ -60,6 +60,7 @@ namespace Usm {
             report_progress(TransactionTask.STRATEGISING, 0.0f);
             install_lots = new Vector<Vector<CachedPackage>>();
             install_lots.add(to_install.to_vector());
+            remove_order = new Vector<CachedPackage>();
 
 
             report_progress(TransactionTask.STRATEGISING, 1.0f);