Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 258302
Collapse All | Expand All

(-)metacity-2.23.610/src/ui/ui.c.string-leak (-4 / +6 lines)
Lines 657-666 meta_text_property_to_utf8 (Display Link Here
657
                                          &list);
657
                                          &list);
658
658
659
  if (count == 0)
659
  if (count == 0)
660
    return NULL;
660
    retval = NULL;
661
661
  else
662
  retval = list[0];
662
    {
663
  list[0] = g_strdup (""); /* something to free */
663
      retval = list[0];
664
      list[0] = g_strdup (""); /* something to free */
665
    }
664
  
666
  
665
  g_strfreev (list);
667
  g_strfreev (list);
666
668

Return to bug 258302