- Timestamp:
- 08/04/08 12:23:14 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BAL/WKAL/Concretizations/Network/Soup/BCResourceHandleSoup.cpp
r243 r429 2 2 * Copyright (C) 2008 Alp Toker <alp@atoker.com> 3 3 * Copyright (C) 2008 Xan Lopez <xan@gnome.org> 4 * Copyright (C) 2008 Collabora Ltd. 4 5 * 5 6 * This library is free software; you can redistribute it and/or … … 413 414 ResourceHandle* handle = static_cast<ResourceHandle*>(data); 414 415 ResourceHandleInternal* d = handle->getInternal(); 416 ResourceHandleClient* client = handle->client(); 415 417 416 418 g_input_stream_close_finish(d->m_input_stream, res, NULL); 417 419 cleanupGioOperation(handle); 420 client->didFinishLoading(handle); 418 421 } 419 422 … … 439 442 return; 440 443 } else if (!nread) { 441 client->didFinishLoading(handle);442 444 g_input_stream_close_async(d->m_input_stream, G_PRIORITY_DEFAULT, 443 445 NULL, closeCallback, handle);
