]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
use of g_free() cause heap damage on windows if memory is allocated by malloc().... 529/head
authorpetgit <mo1607bil>
Wed, 27 Aug 2014 19:52:53 +0000 (21:52 +0200)
committerpetgit <mo1607bil>
Wed, 27 Aug 2014 19:52:53 +0000 (21:52 +0200)
commit5e2e0da88ead12763fb0f103c8a62dfbb870e923
treedbe5307d66b0642d4f4ff3aa61514f15473785f9
parent4113bf3aa4d2adb65f9995868c2c5e92814ccf0e
use of g_free() cause heap damage on windows if memory is allocated by malloc(). Key is allocated by malloc() in sprintf_alloc(), so free() should use.
src/rrd_graph.c
win32/librrd-4.vcxproj