<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-utils/baobab/src, branch 1.20</title>
<subtitle>MATE desktop utilities</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/'/>
<entry>
<title>Fix -Werror=cast-function-type with GCC 8</title>
<updated>2019-05-29T08:35:22+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-03-03T09:43:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=5bc4d4e8ff6420a5cf5d8fd898d0afee2fde18b2'/>
<id>5bc4d4e8ff6420a5cf5d8fd898d0afee2fde18b2</id>
<content type='text'>
In addition, it removes unnecessary function type casts like:
  (GDestroyNotify) g_object_unref
  (GDestroyNotify) g_free
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In addition, it removes unnecessary function type casts like:
  (GDestroyNotify) g_object_unref
  (GDestroyNotify) g_free
</pre>
</div>
</content>
</entry>
<entry>
<title>mate-disk-usage-analyzer: Memory leak</title>
<updated>2019-05-29T08:29:16+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-03-04T06:29:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=10d0e538235a3d87c8a5c64193cbcf04c2a8a07b'/>
<id>10d0e538235a3d87c8a5c64193cbcf04c2a8a07b</id>
<content type='text'>
To detect the memory leak using valgrind:

export CFLAGS="-Og -g -fno-omit-frame-pointer -fPIE -pie"
export CXXFLAGS="-Og -g -fno-omit-frame-pointer -fPIE -pie"
./autogen.sh --prefix=/usr
make clean
make
sudo make install
valgrind --tool=memcheck --undef-value-errors=no --leak-check=full --log-file="report.txt" /usr/bin/mate-disk-usage-analyzer

report.txt content:

==16061== 6 bytes in 1 blocks are definitely lost in loss record 174 of 14,390
==16061==    at 0x483880B: malloc (vg_replace_malloc.c:309)
==16061==    by 0x56B10D7: g_malloc (gmem.c:99)
==16061==    by 0x56CAAEE: g_strdup (gstrfuncs.c:363)
==16061==    by 0x56E3743: g_variant_dup_string (gvariant.c:1533)
==16061==    by 0x5509DE6: g_settings_get_string (gsettings.c:1795)
==16061==    by 0x115664: initialize_charts (baobab.c:1185)
==16061==    by 0x11640C: main (baobab.c:1307)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To detect the memory leak using valgrind:

export CFLAGS="-Og -g -fno-omit-frame-pointer -fPIE -pie"
export CXXFLAGS="-Og -g -fno-omit-frame-pointer -fPIE -pie"
./autogen.sh --prefix=/usr
make clean
make
sudo make install
valgrind --tool=memcheck --undef-value-errors=no --leak-check=full --log-file="report.txt" /usr/bin/mate-disk-usage-analyzer

report.txt content:

==16061== 6 bytes in 1 blocks are definitely lost in loss record 174 of 14,390
==16061==    at 0x483880B: malloc (vg_replace_malloc.c:309)
==16061==    by 0x56B10D7: g_malloc (gmem.c:99)
==16061==    by 0x56CAAEE: g_strdup (gstrfuncs.c:363)
==16061==    by 0x56E3743: g_variant_dup_string (gvariant.c:1533)
==16061==    by 0x5509DE6: g_settings_get_string (gsettings.c:1795)
==16061==    by 0x115664: initialize_charts (baobab.c:1185)
==16061==    by 0x11640C: main (baobab.c:1307)
</pre>
</div>
</content>
</entry>
<entry>
<title>require GTK+ 3.22 and GLib 2.50</title>
<updated>2018-01-30T16:06:31+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2018-01-28T19:19:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=2165616a83855afbb1c9b69c736de2e7c7dfbdf8'/>
<id>2165616a83855afbb1c9b69c736de2e7c7dfbdf8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update copyright year to 2018</title>
<updated>2018-01-09T19:52:14+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2018-01-09T19:51:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=d61cde67b70756d0392d63a30291b12bbb96c332'/>
<id>d61cde67b70756d0392d63a30291b12bbb96c332</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>baobab: make zoom with mousewheel work on chart</title>
<updated>2017-10-25T13:39:47+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2017-10-25T13:37:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=fb08738be8ecb8af6008b713a0fbe0770954148e'/>
<id>fb08738be8ecb8af6008b713a0fbe0770954148e</id>
<content type='text'>
like it was with GTK+2

ported from:
https://git.gnome.org/browse/baobab/commit/?id=66ad37228e155fe6707064109eae2dd17cc1e969
https://git.gnome.org/browse/baobab/commit/?id=d724a028d54fea765dda4578a1f30910e77ab1a9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
like it was with GTK+2

ported from:
https://git.gnome.org/browse/baobab/commit/?id=66ad37228e155fe6707064109eae2dd17cc1e969
https://git.gnome.org/browse/baobab/commit/?id=d724a028d54fea765dda4578a1f30910e77ab1a9
</pre>
</div>
</content>
</entry>
<entry>
<title>baobab/logview/dictionary: add our copyright to About dialog</title>
<updated>2017-10-09T19:02:07+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2017-10-09T18:58:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=deb5ea1089ff879e6a693957f3f128007d6b3476'/>
<id>deb5ea1089ff879e6a693957f3f128007d6b3476</id>
<content type='text'>
fixes https://github.com/mate-desktop/mate-utils/issues/80
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes https://github.com/mate-desktop/mate-utils/issues/80
</pre>
</div>
</content>
</entry>
<entry>
<title>baobab: set transient parent for remote connect dialog</title>
<updated>2017-10-09T12:15:46+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2017-10-09T12:15:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=dc458f0998829d3c2401589e8654bc391273bc67'/>
<id>dc458f0998829d3c2401589e8654bc391273bc67</id>
<content type='text'>
fixes yet another runtime warning
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes yet another runtime warning
</pre>
</div>
</content>
</entry>
<entry>
<title>baobab: set parent window for About dialog</title>
<updated>2017-10-09T11:59:54+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2017-10-09T11:59:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=29022b45fb9a3acb743f2a80e41ca440580761b3'/>
<id>29022b45fb9a3acb743f2a80e41ca440580761b3</id>
<content type='text'>
avoids runtime warning about transient parent
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
avoids runtime warning about transient parent
</pre>
</div>
</content>
</entry>
<entry>
<title>don't use deprecated gtk_show_uri</title>
<updated>2017-07-28T15:05:25+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2017-07-28T09:22:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=8f0a1c5bd44fc7d8d1d8dbf86e850688ce3a3da1'/>
<id>8f0a1c5bd44fc7d8d1d8dbf86e850688ce3a3da1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move to GTK+3 (&gt;= 3.14), drop GTK+2 code and --with-gtk build option</title>
<updated>2016-11-22T12:49:16+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-11-22T12:49:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-utils/commit/?id=ea481767c4e3ec19136a5b61ad46f244a9a5ffa7'/>
<id>ea481767c4e3ec19136a5b61ad46f244a9a5ffa7</id>
<content type='text'>
and require mate-panel &gt;= 1.17
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and require mate-panel &gt;= 1.17
</pre>
</div>
</content>
</entry>
</feed>
