summaryrefslogtreecommitdiff
path: root/src/mate-calc.c
AgeCommit message (Collapse)AuthorFilesLines
2019-04-23mate-calc: Fix memory leakPablo Barciela1-0/+8
'g_path_get_basename' needs to be freed Fix memory leak detected by valgrind: valgrind --leak-check=full mate-calc ==17452== 10 bytes in 1 blocks are definitely lost in loss record 501 of 10,243 ==17452== at 0x483577F: malloc (vg_replace_malloc.c:299) ==17452== by 0x5657900: g_malloc (in /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.5800.3) ==17452== by 0x563E84A: g_path_get_basename (in /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.5800.3) ==17452== by 0x11A9E3: main (in /usr/bin/mate-calc)
2018-03-04Init gtk before math_equation_new; fix #44Victor A. Santos1-2/+2
2017-03-15drop old GLib codemonsta1-4/+0
2013-10-28Fix g_type_init deprecationsStefano Karapetsas1-0/+2
2012-11-24Fixed gsettings.Steve Zesch1-148/+15
2012-11-24GTK2 support. Menu fix. Code cleanups.Steve Zesch1-228/+30
2012-11-24Update codebase.Steve Zesch1-57/+376
2012-11-18Use org.mate.calc as schema idBrent Hull1-1/+1
2012-07-31fixing address issue of fsfPerberos1-2/+2
2011-11-08fast typo errorPerberos1-0/+260