1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00
profanity/src
Dmitry Podgorny 2e0adbd004 chatwin: fix memory leak when load history
_chatwin_history() reassigns msg->plain without freeing previous
string. This leads to memory leak. As a temporary solution, free
replaced string.

Fixes #1585.
2021-07-20 22:15:57 +03:00
..
command Merge pull request #1576 from DebXWoody/autocomplete-untrust 2021-07-12 09:20:21 +02:00
config accounts: get rid of guard around free 2021-07-17 23:13:01 +02:00
event Reduce copy-paste in sv_ev_roster_received() 2021-07-17 18:12:42 +03:00
omemo Fix segfault when aesgcm url isn't the expected size 2021-06-30 12:27:11 +02:00
otr Add config.h in files were it was missing 2021-03-26 19:54:22 +01:00
pgp OX bug fixing 2021-06-29 20:25:50 +02:00
plugins Add plugin get_barejid_from_roster function 2021-04-29 13:50:57 -04:00
tools Fix segfault when aesgcm url isn't the expected size 2021-06-30 12:27:11 +02:00
ui chatwin: fix memory leak when load history 2021-07-20 22:15:57 +03:00
xmpp XEP-0377: Add forgotten namespace 2021-07-01 19:31:55 +02:00
common.c Fix random string generation 2021-04-17 22:37:21 +02:00
common.h Refactor call_external 2020-12-11 15:51:01 +01:00
database.c Escape all parameters in SQL statements 2021-06-11 14:16:43 +00:00
database.h Apply coding style 2020-07-07 14:18:57 +02:00
log.c Fix log rotation 2021-07-05 11:52:06 +02:00
log.h Remove log_reinit() 2020-12-11 11:18:24 +01:00
main.c Mention clipboard in version output 2021-04-16 13:17:04 +02:00
profanity.c profanity.c: move var into function 2021-03-16 14:41:52 +01:00
profanity.h Update copyright 2021-01-08 16:36:30 +01:00