spingARbor
Results
3
comments of
spingARbor
sorry,I got somthing wrong when copying ``` void transfptr(int **p) { int *p1 = (int*)malloc(sizeof(int)); *p = p1; } int main() { int **p; transfptr(p); free(*p); return 1; } ```
Thanks for your help and sorry for wasting your time,sir . My problem is because of my coding error.
I am facing the same error. Have there any fix to the problem?