Blob Blame History Raw
--- anjuta-2.0.2/scintilla/ScintillaGTK.cxx	2006-04-27 21:30:27.000000000 +0100
+++ anjuta-2.0.2/scintilla/ScintillaGTK-new.cxx	2006-11-14 22:34:06.000000000 +0000
@@ -2193,7 +2193,7 @@
 	paintState = notPainting;
 
 	if (rgnUpdate) {
-		g_free(rgnUpdate);
+		gdk_region_destroy(rgnUpdate);
 	}
 	rgnUpdate = 0;