]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - image.c
Major update, been neglecting CVS for some time...
[xonotic/darkplaces.git] / image.c
diff --git a/image.c b/image.c
index d73e3185529f8387cb96d5c78654b1c36ba20f47..acfdf77bd66281d0336f0a40b36dff766786b8f7 100644 (file)
--- a/image.c
+++ b/image.c
@@ -408,10 +408,10 @@ byte* LoadTGA (byte *f, int matchwidth, int matchheight)
                }
        }
 outofdata:;
-       
+
        image_width = columns;
        image_height = rows;
-       free(f);
+       qfree(f);
        return image_rgba;
 }