~ubuntu-branches/ubuntu/saucy/nspr/saucy-updates

« back to all changes in this revision

Viewing changes to mozilla/nsprpub/pr/src/misc/prinit.c

  • Committer: Bazaar Package Importer
  • Author(s): Fabien Tassin
  • Date: 2008-05-21 14:50:02 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080521145002-cr27w44je0vttvwb
Tags: 4.7.1+1.9-0ubuntu1
* New upstream release, picked from FIREFOX_3_0rc1_RELEASE cvs tag
  (LP: #233922)
* update diverged patches
  - update debian/patches/30_pkgconfig.patch
  - update debian/patches/81_sonames.patch
  - update debian/patches/99_configure.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
417
417
        _PR_CleanupDtoa();
418
418
        _PR_CleanupCallOnce();
419
419
                _PR_ShutdownLinker();
 
420
        _PR_CleanupNet();
 
421
        _PR_CleanupIO();
420
422
        /* Release the primordial thread's private data, etc. */
421
423
        _PR_CleanupThread(me);
422
424
 
446
448
         * Ideally, for each _PR_InitXXX(), there should be a corresponding
447
449
         * _PR_XXXCleanup() that we can call here.
448
450
         */
449
 
        _PR_CleanupNet();
450
 
        _PR_CleanupIO();
451
451
#ifdef WINNT
452
452
        _PR_CleanupCPUs();
453
453
#endif