Changeset 3c28bd4
- Timestamp:
- 2015-05-31T02:40:05Z (9 years ago)
- Children:
- 27a057c
- Parents:
- b994034
- git-author:
- dequis <dx@…> (15-05-15 04:28:25)
- git-committer:
- dequis <dx@…> (31-05-15 02:40:05)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/msn_util.c
rb994034 r3c28bd4 195 195 count = g_strv_length(cmd); 196 196 197 /* msn_data might be freed if there's a server error, 198 * so clean this up now - we don't need it anymore */ 199 g_free(h->cmd_text); 200 h->cmd_text = NULL; 201 197 202 st = msn_ns_command(h, cmd, count, msg, h->msglen); 198 203 199 204 g_strfreev(cmd); 200 205 g_free(msg); 201 202 g_free(h->cmd_text);203 h->cmd_text = NULL;204 206 205 207 return st;
Note: See TracChangeset
for help on using the changeset viewer.