Changeset 89db90e for protocols/msn/sb.c
- Timestamp:
- 2015-03-12T09:10:16Z (10 years ago)
- Children:
- fc650a8
- Parents:
- 0e4c3dd (diff), 3bb333c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/sb.c
r0e4c3dd r89db90e 519 519 } 520 520 } 521 sb->msgq = g_slist_remove(sb->msgq, m); 521 522 g_free(m->text); 522 523 g_free(m->who); 523 524 g_free(m); 524 525 sb->msgq = g_slist_remove(sb->msgq, m);526 525 } 527 526
Note: See TracChangeset
for help on using the changeset viewer.