1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-10-06 20:03:46 -04:00
profanity/src/xmpp
Dmitry Podgorny 0346fda0b3 most FREE_SET_NULL replaced with free
FREE_SET_NULL makes extra assignment of NULL for pointers in stack or
dynamic memory that is going to be freed.
FREE_SET_NULL is useful for pointers that can be used in future.
2013-08-03 14:27:07 +03:00
..
bookmark.c Bookmarks: Move stanza pointer on in loop, check for autojoin "true" 2013-07-15 00:52:47 +01:00
bookmark.h draft of bookmarks implementation 2013-07-14 23:58:02 +03:00
capabilities.c most FREE_SET_NULL replaced with free 2013-08-03 14:27:07 +03:00
capabilities.h
connection.c
connection.h
iq.c
iq.h
message.c
message.h
presence.c most FREE_SET_NULL replaced with free 2013-08-03 14:27:07 +03:00
presence.h
roster.c
roster.h
stanza.c most FREE_SET_NULL replaced with free 2013-08-03 14:27:07 +03:00
stanza.h
xmpp.h