Your message dated Tue, 15 May 2007 09:20:45 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#420759: fixed in orage 4.3.99.1-2 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: orage Version: 4.3.99.1-1 Severity: grave Justification: renders package unusable orageclock panel plugin in Debian stable leaks memory every time it updates the time. --- orage-4.3.99.1/panel-plugin/orageclock.c 2006-09-02 10:55:11.000000000 -0500 +++ orage-mod/panel-plugin/orageclock.c 2007-04-18 15:59:20.000000000 -0500 @@ -96,9 +96,9 @@ for (i = 0; i < OC_MAX_LINES; i++) { line = &clock->line[i]; if (line->show) { - strftime(time_s, sizeof(time_s) - , g_locale_from_utf8(line->data->str, -1, NULL, NULL, NULL) - , &clock->now); + gchar* locstr = g_locale_from_utf8(line->data->str, -1, NULL, NULL, NULL); + strftime(time_s, sizeof(time_s), locstr, &clock->now); + g_free(locstr); if (!g_utf8_validate(time_s, -1, NULL)) { utf8time_s = g_locale_to_utf8(time_s, -1, NULL, NULL, NULL); if (utf8time_s) { -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-4-amd64 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages orage depends on: ii libatk1.0-0 1.12.4-3 The ATK accessibility toolkit ii libc6 2.3.6.ds1-13 GNU C Library: Shared libraries ii libcairo2 1.2.4-4 The Cairo 2D vector graphics libra ii libfontconfig1 2.4.2-1.2 generic font configuration library ii libfreetype6 2.2.1-5 FreeType 2 font engine, shared lib ii libglib2.0-0 2.12.4-2 The GLib library of C routines ii libgtk2.0-0 2.8.20-7 The GTK+ graphical user interface ii libpango1.0-0 1.14.8-5 Layout and rendering of internatio ii libpng12-0 1.2.15~beta5-1 PNG library - runtime ii libx11-6 2:1.0.3-7 X11 client-side library ii libxcursor1 1.1.7-4 X cursor management library ii libxext6 1:1.0.1-2 X11 miscellaneous extension librar ii libxfce4mcs-client3 4.3.99.2-1 Client library for Xfce4 configure ii libxfce4util4 4.3.99.2-1 Utility functions library for Xfce ii libxfcegui4-4 4.3.99.2-1 Basic GUI C functions for Xfce4 ii libxfixes3 1:4.0.1-5 X11 miscellaneous 'fixes' extensio ii libxi6 1:1.0.1-4 X11 Input extension library ii libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library ii libxrandr2 2:1.1.0.2-5 X11 RandR extension library ii libxrender1 1:0.9.1-3 X Rendering Extension client libra ii xfce4-panel 4.3.99.2-2 The Xfce4 desktop environment pane ii zlib1g 1:1.2.3-13 compression library - runtime orage recommends no packages. -- no debconf information
--- End Message ---
--- Begin Message ---Source: orage Source-Version: 4.3.99.1-2 We believe that the bug you reported is fixed in the latest version of orage, which is due to be installed in the Debian FTP archive: orage_4.3.99.1-2.diff.gz to pool/main/o/orage/orage_4.3.99.1-2.diff.gz orage_4.3.99.1-2.dsc to pool/main/o/orage/orage_4.3.99.1-2.dsc orage_4.3.99.1-2_amd64.deb to pool/main/o/orage/orage_4.3.99.1-2_amd64.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Simon Huggins <[EMAIL PROTECTED]> (supplier of updated orage package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Thu, 26 Apr 2007 15:31:34 +0100 Source: orage Binary: orage Architecture: source amd64 Version: 4.3.99.1-2 Distribution: stable Urgency: low Maintainer: Debian Xfce Maintainers <[EMAIL PROTECTED]> Changed-By: Simon Huggins <[EMAIL PROTECTED]> Description: orage - Calendar for Xfce Desktop Environment Closes: 420759 Changes: orage (4.3.99.1-2) stable; urgency=low . * Fix memory leak due to not freeing values returned from g_locale_from_utf8 (thanks Jason Kraftcheck) closes: #420759 Files: 77e83f2411caf48263cf038d98360b95 852 x11 optional orage_4.3.99.1-2.dsc 5b71c78e14c0fa29fdd7e67437ff8595 10699 x11 optional orage_4.3.99.1-2.diff.gz 2ba3d5e5e7aa2cfb6ee16db9612bfc7b 1174796 x11 optional orage_4.3.99.1-2_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFGOKjyMQdl+99c4rQRAtDoAKCAQtHwlotYUmYj/mkADWGB0LKFCQCgkQ5e 7+5Q9vHbbjc7w1PXnq6GiBI= =DVgx -----END PGP SIGNATURE-----
--- End Message ---

