1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Fixed freeing of recipient after message sent

This commit is contained in:
James Booth 2013-08-26 16:42:31 +01:00
parent 08e7b9a19a
commit fd8a0b4970
2 changed files with 0 additions and 3 deletions

View File

@ -1189,8 +1189,6 @@ cmd_execute_default(const char * const inp)
break; break;
} }
free(recipient);
return TRUE; return TRUE;
} }

View File

@ -595,7 +595,6 @@ ui_switch_win(const int i)
} }
wins_refresh_current(); wins_refresh_current();
} }
} }
void void