Revision b023c106
Von cstim vor etwa 21 Jahren hinzugefügt
src/base/waitcallback.c | ||
---|---|---|
else {
|
||
DBG_INFO(0, "Callback \"%s\" not found and none is currently selected",
|
||
id);
|
||
nctx = 0;
|
||
}
|
||
} /* if ctx not found */
|
||
else {
|
||
... | ... | |
GWEN_WaitCallback_List_GetCount(gwen_waitcallback__list));
|
||
}
|
||
|
||
if (file)
|
||
nctx->enteredFromFile=strdup(file);
|
||
nctx->enteredFromLine=line;
|
||
if (nctx) {
|
||
if (file)
|
||
nctx->enteredFromFile=strdup(file);
|
||
nctx->enteredFromLine=line;
|
||
}
|
||
}
|
||
|
||
|
Auch abrufbar als: Unified diff
2004-08-02 Christian Stimming <stimming@tuhh.de>
uninitialized pointer.
missed.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@473 70169cfe-8b10-0410-8925-dcb4b91034d8