*** empty log message ***
authorhanda <handa>
Mon, 9 May 2005 12:47:06 +0000 (12:47 +0000)
committerhanda <handa>
Mon, 9 May 2005 12:47:06 +0000 (12:47 +0000)
src/ChangeLog
src/m17n-X.c

index a884ea0..57cb3b5 100644 (file)
@@ -1,3 +1,7 @@
+2005-05-09  Kenichi Handa  <handa@m17n.org>
+
+       * m17n-X.c (mwin__close_device): Fix arg to M17N_OBJECT_UNREF.
+
 2005-04-27  Kenichi Handa  <handa@m17n.org>
 
        * language.c (mlang__init): Add "an" (Aragonese).
index 469b896..5fdba28 100644 (file)
@@ -1212,7 +1212,9 @@ xft_render (MDrawWindow win, int x, int y,
 static void
 mwin__close_device (MFrame *frame)
 {
-  M17N_OBJECT_UNREF (FRAME_DEVICE (frame));
+  MWDevice *device = FRAME_DEVICE (frame);
+
+  M17N_OBJECT_UNREF (device);
 }
 
 static void *