File pgroup.diff of Package ironpython
diff -Pdpru Languages/IronPython/IronPython.SQLite/c#sqlite/pcache1_c.cs Languages/IronPython/IronPython.SQLite/c#sqlite/pcache1_c.cs
--- Languages/IronPython/IronPython.SQLite/c#sqlite/pcache1_c.cs 2014-03-20 05:56:24.000000000 +0900
+++ Languages/IronPython/IronPython.SQLite/c#sqlite/pcache1_c.cs 2014-04-27 21:55:27.222222710 +0900
@@ -705,7 +705,7 @@ static int pcache1MemSize(object p){
static sqlite3_pcache pcache1Create( int szPage, bool bPurgeable )
{
PCache1 pCache; /* The newly created page cache */
- PGroup pGroup; /* The group the new page cache will belong to */
+ PGroup pGroup = null;/* The group the new page cache will belong to */
int sz; /* Bytes of memory required to allocate the new cache */
/*