Hello, I think that I've found a small memory leak in vikmapniklayer.c, can you please take a look?
The leak is in carto_load() function, line 505, the "msg" pointer is never deallocated: if ( vw ) { gchar *msg = g_strdup_printf( "%s: %s", _("Running"), command ); vik_window_statusbar_update( vw, msg, VIK_STATUSBAR_INFO ); vik_window_set_busy_cursor( vw ); } Best regards, Kamil ------------------------------------------------------------------------------ Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support from Colfax. Order your platform today.http://sdm.link/xeonphi _______________________________________________ Viking-devel mailing list Viking-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/viking-devel Viking home page: http://viking.sf.net/