提交 0f8f168a 编写于 作者: A alexsch

8022532: [parfait] Potential memory leak in gtk2_interface.c

Reviewed-by: art, serb
上级 f9106d95
......@@ -794,6 +794,7 @@ gboolean gtk2_load()
}
putenv (new_env);
free (new_env);
free (tmp_env);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册