metajack / libstrophe

The libstrophe repository has moved to https://github.com/strophe/libstrophe
http://strophe.im/libstrophe
Other
135 stars 49 forks source link

Memory leak in xmpp_log (ctx.c:260) #18

Open 4-O-S opened 12 years ago

4-O-S commented 12 years ago

Hi,

In ctx.c:260 there is buffer allocation that never being freed.

I offer to add "xmpp_free(ctx, buf);" before line 269 and before line 272.