added memory poisoning library
Memory poisoning is useful for marking memory regions as "undefined". This poisoning only enabled in the debug build (!NDEBUG).
This commit is contained in:
@@ -107,6 +107,7 @@ mpd_headers = \
|
||||
src/playlist_print.h \
|
||||
src/playlist_save.h \
|
||||
src/playlist_state.h \
|
||||
src/poison.h \
|
||||
src/riff.h \
|
||||
src/aiff.h \
|
||||
src/queue.h \
|
||||
|
||||
Reference in New Issue
Block a user