[Error] Access violation reading location
Programming/Error__Warning 2013. 1. 6. 18:00 |이 에러는 보통 할당되었던 메모리가 해제된 상태에서 다시 접근할 때 발생한다.
free() 함수로 메모리를 날려버린 상태에서 다시 포인터가 가리키는 곳의 값을 얻으려하니까 이렇게 에러가 발생하였다.
'Programming > Error__Warning' 카테고리의 다른 글
[phpstorm, webstorm] ftp 원격 에러 (0) | 2016.03.05 |
---|---|
Double free or corruption (0) | 2013.01.30 |
[Warning] warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result (1) | 2013.01.16 |