Files
profanity/src/command
Dmitry Podgorny 6d11cd2db3 Fix memory leak in cmd_join()
room is either argv[0] or allocated by GString. We have to free memory
in the 2nd case. Replace argv[0] with g_strdup(argv[0]) in order to
make unconditional g_free().
2019-10-14 00:19:08 +03:00
..
2019-01-22 11:31:45 +01:00
2019-10-06 20:46:50 +02:00
2019-10-14 00:19:08 +03:00
2019-10-04 14:06:25 +02:00