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 auth.c:547 #26

Open zzy590 opened 12 years ago

zzy590 commented 12 years ago

Hi, In auth.c:547 "authid = _get_authid(conn);" authid never being freed. I offer to add "xmpp_free(conn->ctx, authid);" before line 553.