1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-29 19:56:07 -04:00
profanity/src/ui
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
..
buffer.c Update copyright 2021-01-08 16:36:30 +01:00
buffer.h Update copyright 2021-01-08 16:36:30 +01:00
chatwin.c chatwin: fix memory leak when load history 2021-07-20 22:15:57 +03:00
confwin.c Add config.h in files were it was missing 2021-03-26 19:54:22 +01:00
console.c Add option to only allow messages from jids in roster 2021-07-01 18:02:03 +02:00
core.c Change ui_win_has_attention() logic 2021-05-31 09:51:23 +02:00
inputwin.c Attention flag message ( enabled, disabled) 2021-05-29 20:44:17 +02:00
inputwin.h
mucwin.c Don't handle /me in the middle of a message with mentions 2021-07-17 19:36:31 +03:00
notifier.c Simplify notify() 2020-12-09 11:01:16 +01:00
occupantswin.c Add config.h in files were it was missing 2021-03-26 19:54:22 +01:00
privwin.c Add config.h in files were it was missing 2021-03-26 19:54:22 +01:00
rosterwin.c Add config.h in files were it was missing 2021-03-26 19:54:22 +01:00
screen.c Basic support for building on NetBSD. 2020-09-04 12:55:20 +02:00
screen.h
statusbar.c Update copyright 2021-01-08 16:36:30 +01:00
statusbar.h Apply coding style 2020-07-07 14:18:57 +02:00
titlebar.c Display attention hint in titlebar for mucs too 2021-05-31 09:41:18 +02:00
titlebar.h
tray.c Apply coding style 2020-07-07 14:18:57 +02:00
tray.h
ui.h Add option to only allow messages from jids in roster 2021-07-01 18:02:03 +02:00
win_types.h Attention flag for groupchats 2021-05-29 09:30:13 +02:00
window_list.c win unread: fix window test 2021-06-09 18:41:56 +02:00
window_list.h Attention flag - Implemented Alt+m 2021-05-29 20:16:21 +02:00
window.c Attention flag - Implemented Alt+m 2021-05-29 20:16:21 +02:00
window.h Update copyright 2021-01-08 16:36:30 +01:00
xmlwin.c Add config.h in files were it was missing 2021-03-26 19:54:22 +01:00