mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-28 11:56:22 +00:00
Fixed freeing of recipient after message sent
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user