Re: Not deleted mentions of the cleared path

2023-11-01 Thread a.rybakina
Hi! Thank you for the interest to this issue. On 31.10.2023 06:25, Richard Guo wrote: On Mon, Oct 30, 2023 at 7:31 PM Alena Rybakina wrote: I have already written about the problem of InvalidPath [0] appearing. I investigated this and found an error in the add_path()

Re: Not deleted mentions of the cleared path

2023-10-30 Thread Richard Guo
On Mon, Oct 30, 2023 at 7:31 PM Alena Rybakina wrote: > I have already written about the problem of InvalidPath [0] appearing. I > investigated this and found an error in the add_path() function, when we > reject a path, we free up the memory of the path, but do not delete various > mentions of i

Re: Not deleted mentions of the cleared path

2023-10-30 Thread Ashutosh Bapat
On Mon, Oct 30, 2023 at 5:01 PM Alena Rybakina wrote: > > Hi, hackers! > > I have already written about the problem of InvalidPath [0] appearing. I > investigated this and found an error in the add_path() function, when we > reject a path, we free up the memory of the path, but do not delete var