提交 16123e10 编写于 作者: B Behdad Esfahbod

Fix bug in map implementation

上级 1cd5969f
...@@ -379,7 +379,7 @@ struct hb_map_t ...@@ -379,7 +379,7 @@ struct hb_map_t
if (!item) return; if (!item) return;
item->finish (); item->finish ();
items[items.len - 1] = *item; *item = items[items.len - 1];
items.pop (); items.pop ();
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册