delete non-issue
This commit is contained in:
parent
3610fc0e59
commit
ce72c539c8
|
@ -210,9 +210,7 @@ void DbLoad(DbLoadSaveType loadType)
|
||||||
pluginLoadDb.loadSaveType = 0;
|
pluginLoadDb.loadSaveType = 0;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
//TODO: We have to increment the reference count before every callback invoke.
|
|
||||||
plugincbcall(CB_LOADDB, &pluginLoadDb);
|
plugincbcall(CB_LOADDB, &pluginLoadDb);
|
||||||
json_decref(pluginRoot);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue