Removed free of unallocated data (segfault after wrong credentials problem).
authorJiří Filipovič <fila@ics.muni.cz>
Wed, 4 Jun 2008 05:04:53 +0000 (05:04 +0000)
committerJiří Filipovič <fila@ics.muni.cz>
Wed, 4 Jun 2008 05:04:53 +0000 (05:04 +0000)
org.glite.jp.primary/src/bones_server.c

index 1b90c44..77544c2 100644 (file)
@@ -312,7 +312,6 @@ static int newconn(int conn,struct timeval *to,void *data)
        return 0;
 
 cleanup:
-       glite_gsplugin_free_context(plugin_ctx); plugin_ctx = NULL;
        soap_end(soap);
 
        return ret;