Modified:
trunk/util/MYODBCUtilReadDataSourceStr.c
Log:
fix using wrong "free"
Modified: trunk/util/MYODBCUtilReadDataSourceStr.c
===================================================================
--- trunk/util/MYODBCUtilReadDataSourceStr.c 2007-07-09 16:55:01 UTC (rev 553)
+++ trunk/util/MYODBCUtilReadDataSourceStr.c 2007-07-09 21:21:51 UTC (rev 554)
@@ -296,7 +296,7 @@
}
if ( pszName )
- free( pszName );
+ _global_free( pszName );
pszName = 0;
}
}
@@ -319,7 +319,7 @@
} /* while scan */
if ( pszName )
- free( pszName );
+ _global_free( pszName );
return TRUE;
}
| Thread |
|---|
| • Connector/ODBC 3.51 commit: r554 - trunk/util | jbalint | 9 Jul |