Results 7 comments of mathslinux

@xiehuc 我是这样想的, 程序退出的时候, 很多东西我没有去太在意, 不过 你说的这个问题的确需要修复, 你如果已经修复的话, 可以把你的patch给我

@stevenfrog 估计是, 有空我抓包看看

@stevenfrog @xiehuc 已经修复了这个问题, 更新到最新的 git

Hi, Since we developed it with C, so malloc()/free() were unavoidable, but I have wraped them as s_malloc()/s_free(). Maybe for later development, we can implement a memory pool by reworking...

Cc xiehuc, the maintainer of lwqq/pidgin-lwqq On Wed, Jul 24, 2013 at 10:33 AM, microcai [email protected] wrote: > I seen a lot of hand written code to match the returning...

Cc xiehuc, the maintainer of lwqq/pidgin-lwqq On Wed, Jul 24, 2013 at 10:35 AM, microcai [email protected] wrote: > you can see example code in > > https://github.com/avplayer/avbot/blob/master/libwebqq/impl/webqq_login.hpp > > and...

2013/7/24 xiehuc [email protected] > edo, > > 虽然pidgin-lwqq是依赖的glib, > 但是lwqq并不依赖glib @mathslinux 一开始就是这样打算的。 > > 因为当时我觉得没有必要, 这么一个小东西(解析 webqq2/3 协议, 还有什么?), lwqq 最开始设想的就是一个简单的C库, > 没必要依赖那么多东西, 我之前也参与了gtkqq的开发, > 那个libqq依赖关系太差了. 而且我当时还设想让 lwqq 在没有 glib...