Develop and Download Open Source Software

Browse CVS Repository

Diff of /xoonips/AL/commonal.cc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.113.2.3 by tani, Tue Nov 1 10:36:14 2005 UTC revision 1.113.2.4 by aga4096, Tue Dec 6 05:09:38 2005 UTC
# Line 22  Line 22 
22   *   *
23   * $Revision$   * $Revision$
24   * $Log$   * $Log$
25     * Revision 1.113.2.4  2005/12/06 05:09:38  aga4096
26     * ・開放忘れを修正.
27     *
28   * Revision 1.113.2.3  2005/11/01 10:36:14  tani   * Revision 1.113.2.3  2005/11/01 10:36:14  tani
29   * _insertItem: dierctフラグによって書き込む日付情報の値を分岐する.   * _insertItem: dierctフラグによって書き込む日付情報の値を分岐する.
30   *   *
# Line 6932  void freeStringArray( char** strs, int l Line 6935  void freeStringArray( char** strs, int l
6935  void freeChangeLog( const changelog_t* ptr ){ delete[] ( changelog_t* )ptr; }  void freeChangeLog( const changelog_t* ptr ){ delete[] ( changelog_t* )ptr; }
6936  void freePubmed( const pubmed_t* ptr ){ delete[] ( pubmed_t* )ptr; }  void freePubmed( const pubmed_t* ptr ){ delete[] ( pubmed_t* )ptr; }
6937  void freeInt( const int* ptr ){ delete[] ( int* )ptr; }  void freeInt( const int* ptr ){ delete[] ( int* )ptr; }
6938    void freeAmazonbook( const amazonbook_t* ptr ){ delete[] ( amazonbook_t* )ptr; }
6939    
6940  static string errstr;  static string errstr;
6941  const char* getLastErrorString()  const char* getLastErrorString()
# Line 7130  static bool processEsearch(xmlTextReader Line 7134  static bool processEsearch(xmlTextReader
7134                      *DocID = atoi( ( char* )value );                      *DocID = atoi( ( char* )value );
7135                      xmlFree( value );                      xmlFree( value );
7136                      value = NULL;                      value = NULL;
7137                        xmlFree(name);
7138                      return true;                      return true;
7139                  }                  }
7140              }              }

Legend:
Removed from v.1.113.2.3  
changed lines
  Added in v.1.113.2.4

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26