Hi Tobi,
I've made many changes to get Master compiled in Visual Studio. 
But running with command graph throw an exception in grrd_graph.c:
int im_free(image_desc_t *im) {
...
    if (im->rrd_map){
>>        g_hash_table_destroy(im->rrd_map);      

Unhandled exception at 0x77BBF636 (ntdll.dll) in rrdtool.exe: 0xC0000374:
Ein Heap wurde beschÃĪdigt (parameters: 0x77BDD338).

 g_hash_table_destroy is defined in ghash.h.

I use glib-2.0

Peter





--
View this message in context: 
http://rrd-mailinglists.937164.n2.nabble.com/Compile-rrdtool-1-4-8-in-Visual-Studio-2013-tp7582052p7582377.html
Sent from the RRDtool Developers Mailinglist mailing list archive at Nabble.com.

_______________________________________________
rrd-developers mailing list
rrd-developers@lists.oetiker.ch
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-developers

Reply via email to