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:
parent
08e7b9a19a
commit
fd8a0b4970
@ -1189,8 +1189,6 @@ cmd_execute_default(const char * const inp)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
free(recipient);
|
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -595,7 +595,6 @@ ui_switch_win(const int i)
|
|||||||
}
|
}
|
||||||
wins_refresh_current();
|
wins_refresh_current();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user