from...where...select with class

This commit is contained in:
Michael Hohn
2025-02-18 19:21:30 -08:00
committed by =Michael Hohn
parent e6b23a9d86
commit 01048300c0
2 changed files with 12 additions and 5 deletions

View File

@@ -93,7 +93,7 @@ int main(int argc, char* argv[]) {
info = get_user_info();
id = get_new_id();
write_info(id, info);
free(info);
free(info);
/*
* show_info(id);
*/