Skip to content

Commit ad14560

Browse files
committed
Add TODO because I've got questions
1 parent c8298da commit ad14560

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/soap/php_sdl.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1471,6 +1471,7 @@ static void sdl_deserialize_soap_body(sdlSoapBindingFunctionBodyPtr body, encode
14711471
WSDL_CACHE_GET_INT(j, in);
14721472
if (j > 0) {
14731473
tmp->headerfaults = emalloc(sizeof(HashTable));
1474+
// TODO Should this init a hash table of size j?
14741475
zend_hash_init(tmp->headerfaults, i, NULL, delete_header, 0);
14751476
while (j > 0) {
14761477
sdlSoapBindingFunctionHeaderPtr tmp2 = emalloc(sizeof(sdlSoapBindingFunctionHeader));

0 commit comments

Comments
 (0)