Error list - nomius/dmemory GitHub Wiki

Introduction

dmemory detect several kind of bugs in your code. This page will give you a reference of those bugs

Details

The first field of every line in a file report is the kind of bug generated in the code being debugged, that field is identified by one of the following letters:

Letter Bug description
(L) Memory leak
(C) Memory corruption
(F) Double free/Free of unallocated memory space