From 93a764576987907d615ee9d7c5bbb9023384eae2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Posp=C3=AD=C5=A1il?= Date: Tue, 9 Mar 2010 21:07:18 +0000 Subject: [PATCH] forgotten malloc --- org.glite.lb.ws-test/examples/ws_lb4agu_GetActivityInfo.c | 1 + 1 file changed, 1 insertion(+) diff --git a/org.glite.lb.ws-test/examples/ws_lb4agu_GetActivityInfo.c b/org.glite.lb.ws-test/examples/ws_lb4agu_GetActivityInfo.c index 4d66f0a..1a1c95a 100644 --- a/org.glite.lb.ws-test/examples/ws_lb4agu_GetActivityInfo.c +++ b/org.glite.lb.ws-test/examples/ws_lb4agu_GetActivityInfo.c @@ -66,6 +66,7 @@ int main(int argc,char** argv) in = soap_malloc(mydlo, sizeof(*in)); out = soap_malloc(mydlo, sizeof(*out)); + in->id = soap_malloc(mydlo,sizeof(in->id[0])); in->id[0] = soap_strdup(mydlo, jobid); in->__sizeid = 1; -- 1.8.2.3