From e946e122d02987552874595f2613c07ce0c0aa23 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 11 Mar 2008 16:43:13 +0000 Subject: implemented module unload handling (required a number of interface changes) --- debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug.c') diff --git a/debug.c b/debug.c index 534682d0..44f8bbd0 100644 --- a/debug.c +++ b/debug.c @@ -914,7 +914,7 @@ ENDfunc */ int dbgEntrFunc(dbgFuncDB_t **ppFuncDB, const char *file, const char *func, int line) { - int iStackPtr; + int iStackPtr = 0; /* TODO: find some better default, this one hurts the least, but it is not clean */ dbgThrdInfo_t *pThrd = dbgGetThrdInfo(); dbgFuncDBListEntry_t *pFuncDBListEntry; unsigned int i; -- cgit v1.2.3