Revision 269ad7766a0a48af4e71508137fa291e059dd06d authored by Pascal Obry on 19 December 2015, 21:17:07 UTC, committed by Pascal Obry on 19 December 2015, 21:26:12 UTC
If the memory is not initialized to 0 here, the import.value pointer
is not initialized. And it is g_free'd in the code before assigning a
new value.
1 parent d33d7fc
Raw File
.dir-locals.el
((c-mode . ((c-file-style . "bsd")
	    (c-basic-offset . 2)
	    (indent-tabs-mode . nil))))
back to top