Lagrange [release]
GmRequest: Use unique IDs to avoid confusion
Sun Apr 25 08:57:59 2021 +0300
It is conceivable that a newly created GmRequest gets the same memory location than the one just destroyed.
IssueID #148
src/gmrequest.c | 21 ++++++++++++++++----- src/gmrequest.h | 1 + src/ui/command.c | 9 +++++++++ src/ui/command.h | 21 +++++++++++---------- src/ui/documentwidget.c | 18 +++++++++++++----- 5 files changed, 50 insertions(+), 20 deletions(-)