jdk/src/java.desktop/unix/native/common/awt/awt_Font.c
changeset 28059 e576535359cc
parent 26751 70bac69b37c9
child 28089 ba6da71f7be0
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
   720     if (fdata->xfs != NULL) {
   720     if (fdata->xfs != NULL) {
   721         XFreeFontSet(display, fdata->xfs);
   721         XFreeFontSet(display, fdata->xfs);
   722     }
   722     }
   723 
   723 
   724     /* AWT fonts are always "multifonts" and probably have been in
   724     /* AWT fonts are always "multifonts" and probably have been in
   725      * all post 1.0 releases, so this test test for multi fonts is
   725      * all post 1.0 releases, so this test for multi fonts is
   726      * probably not needed, and the singleton xfont is probably never used.
   726      * probably not needed, and the singleton xfont is probably never used.
   727      */
   727      */
   728     if (fdata->charset_num > 0) {
   728     if (fdata->charset_num > 0) {
   729         for (i = 0; i < fdata->charset_num; i++) {
   729         for (i = 0; i < fdata->charset_num; i++) {
   730             free((void *)fdata->flist[i].xlfd);
   730             free((void *)fdata->flist[i].xlfd);