Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/engines/gl_common


Modified Files:
        evas_gl_font.c 


Log Message:


booo - trying to debug

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/evas/src/lib/engines/gl_common/evas_gl_font.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- evas_gl_font.c      10 Sep 2003 14:33:39 -0000      1.4
+++ evas_gl_font.c      8 Apr 2004 04:04:51 -0000       1.5
@@ -275,8 +275,10 @@
    fp->allocations = evas_list_prepend(fp->allocations, fa);
    if (evas_list_alloc_error())
      {
+       printf("alloc prob\n");
        gc->tex_pool = evas_list_remove(gc->tex_pool, fp);
        glDeleteTextures(1, &(fp->texture));
+       free(fa);
        free(fp);
        return NULL;
      }
@@ -384,6 +386,10 @@
                  
                  /* dont do the rect we are just using as our offset */
                  if (l2 == l) continue;
+                 /* hmmm crash here on mga... l2->data seems broken */
+                 /* so far it looks like memory corruption, but i can't */
+                 /* use valgrind to inspect any further due to the dri */
+                 /* hardware stuff :( */
                  fa2 = l2->data;
                  
                  rx = fa2->x;




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to