~cairo-dock-team/ubuntu/oneiric/cairo-dock-plug-ins/2.3.0-2.1

« back to all changes in this revision

Viewing changes to musicPlayer/src/applet-amazon.c

  • Committer: Bazaar Package Importer
  • Author(s): Matthieu Baerts (matttbe)
  • Date: 2010-05-07 22:46:35 UTC
  • Revision ID: james.westby@ubuntu.com-20100507224635-3iqm9p2xq15gwwr7
Tags: 2.1.3-10-lucid-0ubuntu3
* New bug-fixed release (LP: #576647)
* LP: #575178 (MP: fixed a double-free on the "cover-dir" variable
             of the banshee backend)
* LP: #523447 (MP: fixed a memory buffer overflow when getting the
             cover if the artist or album has chinese/russian characters)
* CD Forum: Switcher : fixed a division by 0 in the case he number
  of desktop is null (can occur if the dock is launched before the WM)
* CD Forum: Mail : allow the dock to isolate the applet if it crashes

Show diffs side-by-side

added added

removed removed

Lines of Context:
218
218
        s = str;
219
219
        /// la ligne suivane peut planter ...
220
220
        cd_debug ("allocation of %d bytes...\n", lenght + 1);
221
 
        t = g_new (gchar, lenght + 1); // Allocation � la bonne taille
 
221
        t = g_new (gchar, 4*(lenght + 1)); // Allocation � la bonne taille
222
222
        ret = t;
223
223
        //encodage
224
224
        do{