Files
neovim/src/nvim/os
Axel fb5a51e775 fix(tui): avoid memory leak and compiler warning on Windows (#34225)
Problem:  On Windows, the value of `term` is overwritten without freeing
          the old allocated value, which may lead to a memory leak.
	  GCC also gives a "incompatible pointer type" warning about
	  passing `*term` to os_tty_guess_term().
Solution: Don't override the old allocated value, and copy the guessed
          value to `term` if its old value is NULL.
2025-06-23 22:07:52 +08:00
..
2024-01-11 21:37:23 +01:00
2024-12-23 05:43:52 -08:00
2024-01-11 21:37:23 +01:00
2025-02-10 18:56:11 +01:00
2023-12-21 17:38:42 +01:00
2023-11-28 07:47:36 +08:00
2023-11-12 21:26:39 +01:00
2024-01-11 21:37:23 +01:00
2023-11-28 22:23:56 +01:00
2024-01-11 21:37:23 +01:00
2023-11-27 15:50:45 +01:00