]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/regiong.cpp
Fixed MSW/Univ compilation of toplevel.cpp.
[wxWidgets.git] / src / generic / regiong.cpp
index 67190870b9e47034092c89515c9f34aee579dd26..bc3a24f8e2f26444f52c1cf0fb3ec5370cd74db1 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        src/generic/region.cpp
+// Name:        src/generic/regiong.cpp
 // Purpose:     generic wxRegion class
 // Author:      David Elliott
 // Modified by:
@@ -617,7 +617,7 @@ Region REGION::XCreateRegion(void)
 
     if (!temp->rects)
     {
-        free((char *) temp);
+        delete temp;
         return (Region) NULL;
     }
     temp->numRects = 0;