Bug#415583: tsclient: Unable to use quick launch on last menu entry
    Jean-Samuel Reynaud 
    reynaud at elma.fr
       
    Tue Mar 20 15:48:22 UTC 2007
    
    
  
Package: tsclient
Version: 0.148-2
Severity: normal
I think that the memory free at src/rdpfile.c line 957 should not be used since the "name" variable is used by g_signal_connect. 
A mini-path look like:
*** src/rdpfile.c       2007-03-20 15:41:42.000000000 +0100
--- src/rdpfile.c.orig  2007-03-20 15:41:40.000000000 +0100
***************
*** 954,960 ****
      cnt++;
    }
    g_slist_free (lptr);
!   //  g_free (name);
    g_object_ref (G_OBJECT (mnu));
    if (cnt < 1) {
--- 954,960 ----
      cnt++;
    }
    g_slist_free (lptr);
!   g_free (name);
    g_object_ref (G_OBJECT (mnu));
    if (cnt < 1) {
-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Versions of packages tsclient depends on:
ii  libc6                       2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libglib2.0-0                2.12.6-2     The GLib library of C routines
ii  libgtk2.0-0                 2.8.20-7     The GTK+ graphical user interface 
ii  rdesktop                    1.5.0-1      RDP client for Windows NT/2000 Ter
tsclient recommends no packages.
-- no debconf information
    
    
More information about the pkg-gnome-maintainers
mailing list