Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/free string len #1167

Merged
merged 2 commits into from
Feb 23, 2022
Merged

Fix/free string len #1167

merged 2 commits into from
Feb 23, 2022

Conversation

andycall
Copy link
Member

Fixed #1163

Window.postMessage 实现存在问题,会将空字符串多释放一次,导致第二次创建 context 的时候,内存访问错误。

@andycall andycall mentioned this pull request Feb 17, 2022
@@ -1,6 +1,6 @@
name: kraken
description: A high-performance, web standards-compliant rendering engine.
version: 0.10.1
version: 0.10.1+1-beta.1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

正式发布的时候需要改成 0.10.1+1

Copy link
Member

@wssgcg1213 wssgcg1213 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

@andycall andycall merged commit 3bffedd into main Feb 23, 2022
@andycall andycall deleted the fix/free_string_len branch February 23, 2022 07:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

android实机闪退
4 participants