develooper Front page | perl.cvs.mod_parrot | Postings from April 2009

[svn:mod_parrot] r633 - mod_parrot/trunk/src

From:
jhorwitz
Date:
April 27, 2009 13:26
Subject:
[svn:mod_parrot] r633 - mod_parrot/trunk/src
Message ID:
20090427202638.CA58218448A@xx12.develooper.com
Author: jhorwitz
Date: Mon Apr 27 13:26:38 2009
New Revision: 633

Modified:
   mod_parrot/trunk/src/context.c

Log:
always initialize ctx_pool_name to NULL


Modified: mod_parrot/trunk/src/context.c
==============================================================================
--- mod_parrot/trunk/src/context.c	(original)
+++ mod_parrot/trunk/src/context.c	Mon Apr 27 13:26:38 2009
@@ -63,6 +63,7 @@
         ctx = (*(modparrot_context **)apr_array_push(ctx_pool) =
             (modparrot_context *)apr_pcalloc(p, sizeof(modparrot_context)));
         ctx->ctx_pool = ctx_pool;
+        ctx->ctx_pool_name = NULL;
         ctx->parent_interp = parent_interp;
     }
 



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About