Corrected my wrong application of patch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16041 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -203,7 +203,7 @@ static void wxInitGCPool()
|
||||
|
||||
static void wxCleanUpGCPool()
|
||||
{
|
||||
for (int i = 0; i < GC_POOL_SIZE; i++)
|
||||
for (int i = 0; i < wxGCPoolSize; i++)
|
||||
{
|
||||
if (wxGCPool[i].m_gc)
|
||||
gdk_gc_unref( wxGCPool[i].m_gc );
|
||||
|
@@ -203,7 +203,7 @@ static void wxInitGCPool()
|
||||
|
||||
static void wxCleanUpGCPool()
|
||||
{
|
||||
for (int i = 0; i < GC_POOL_SIZE; i++)
|
||||
for (int i = 0; i < wxGCPoolSize; i++)
|
||||
{
|
||||
if (wxGCPool[i].m_gc)
|
||||
gdk_gc_unref( wxGCPool[i].m_gc );
|
||||
|
Reference in New Issue
Block a user