Fossil

Diff
Login

Diff

Differences From Artifact [bfa29f7edb]:

To Artifact [8a0dcfc4f8]:


383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
383
384
385
386
387
388
389

390
391
392
393
394
395
396







-







  ** FIXME: The next two lines cannot always be enabled; however, they
  **        are very useful for tracking down TH1 memory leaks.
  */
  if( fossil_getenv("TH1_DELETE_INTERP")!=0 ){
    if( g.interp ){
      Th_DeleteInterp(g.interp); g.interp = 0;
    }
    assert( Th_GetOutstandingMalloc()==0 );
  }
}

/*
** Convert all arguments from mbcs (or unicode) to UTF-8. Then
** search g.argv for arguments "--args FILENAME". If found, then
** (1) remove the two arguments from g.argv