dangling pointer
常见例句
- Listing 1. Code with memory leak and dangling pointer (mem_errors.c)
列表 1.带有一个内存渗漏和一个不断摆动的指针的代码 (mem_errors.c) - The code shown in Listing 1 shows both a memory leak and a dangling pointer.
显示在 列表 1中的代码展示了一个内存渗漏和一个不断摆动的指针。 - However, it is the interaction of these two functions and using a global pointer variable called namestr that causes both the leak and the dangling pointer.
然而,它是这两个函数的相互作用,利用一个全球性的指针变量叫做namestr,它会导致渗漏和不断摆动的指针。 返回 dangling pointer