Changeset 74c9e7f
- Timestamp:
- 2014-02-11T17:31:07Z (11 years ago)
- Branches:
- master
- Children:
- 820a2a7
- Parents:
- e76cf26
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
otr.c
re76cf26 r74c9e7f 726 726 if(typ == OTRL_CONVERT_RECEIVING) { 727 727 char *msg = g_strdup(src); 728 char *buf = msg; 728 729 729 730 /* HTML decoding */ … … 761 762 *dst = g_strdup_printf("%s\x03%.2d%s%s\x0F", pre, 762 763 color, sep, msg); 763 g_free( msg);764 g_free(buf); 764 765 } 765 766 } else {
Note: See TracChangeset
for help on using the changeset viewer.