Changeset 688:5baf5a920245 in qutecom-2.2
- Timestamp:
- Oct 21, 2010 2:32:26 PM (3 years ago)
- Branch:
- default
- Location:
- libs
- Files:
-
- 2 edited
-
owutil/http/src/curl/CurlHttpRequest.cpp (modified) (1 diff)
-
softupdater/src/SoftUpdater.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libs/owutil/http/src/curl/CurlHttpRequest.cpp
r645 r688 86 86 _lastRequestId = id; 87 87 88 setAutoDelete(true);88 //setAutoDelete(true); 89 89 start(); 90 90 -
libs/softupdater/src/SoftUpdater.cpp
r645 r688 76 76 /*delete sender; 77 77 sender = NULL;*/ 78 OWSAFE_DELETE(_httpRequest);78 //OWSAFE_DELETE(_httpRequest); 79 79 }
Note: See TracChangeset
for help on using the changeset viewer.
