/[gcjwebplugin]/gcjwebplugin/src/gcjwebplugin.cc
ViewVC logotype

Diff of /gcjwebplugin/src/gcjwebplugin.cc

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

revision 1.29 by mkoch, Sun Nov 28 08:12:47 2004 UTC revision 1.30 by mkoch, Mon Nov 29 07:28:52 2004 UTC
# Line 682  NP_Shutdown(void) Line 682  NP_Shutdown(void)
682            g_printerr ("NP_Shutdown: Error: %s\n", err->message);            g_printerr ("NP_Shutdown: Error: %s\n", err->message);
683            return NPERR_GENERIC_ERROR;            return NPERR_GENERIC_ERROR;
684          }          }
685    
686          output_to_appletviewer = NULL;
687      }      }
688    
689    if (input_from_appletviewer)    if (input_from_appletviewer)
# Line 692  NP_Shutdown(void) Line 694  NP_Shutdown(void)
694            g_printerr ("NP_Shutdown: Error: %s\n", err->message);            g_printerr ("NP_Shutdown: Error: %s\n", err->message);
695            return NPERR_GENERIC_ERROR;            return NPERR_GENERIC_ERROR;
696          }          }
697          
698          input_from_appletviewer = NULL;
699      }      }
700    
701      // Free mutex.
702      g_mutex_free (mutex_appletviewer_process);
703      mutex_appletviewer_process = NULL;
704      
705    // Delete named pipes.    // Delete named pipes.
706    gchar *pipename_in = g_strdup_printf ("/tmp/gcjwebplugin-%i-in", getpid ());    gchar *pipename_in = g_strdup_printf ("/tmp/gcjwebplugin-%i-in", getpid ());
707    gchar *pipename_out = g_strdup_printf ("/tmp/gcjwebplugin-%i-out", getpid ());    gchar *pipename_out = g_strdup_printf ("/tmp/gcjwebplugin-%i-out", getpid ());

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26