Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 70102 Details for
Bug 187056
SampleClient and MyFileTransferClient AC SDK C++ samples terminate AC on exit
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
patch
patch_187056_vista.txt (text/plain), 987 bytes, created by
Igor Alelekov
on 2007-06-05 05:28:54 EDT
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Igor Alelekov
Created:
2007-06-05 05:28:54 EDT
Size:
987 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.tptp.platform.agentcontroller >Index: src-native-new/src/transport/sharedMemTL/SharedMemListener.c >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.tptp.platform.agentcontroller/src-native-new/src/transport/sharedMemTL/SharedMemListener.c,v >retrieving revision 1.31 >diff -u -r1.31 SharedMemListener.c >--- src-native-new/src/transport/sharedMemTL/SharedMemListener.c 31 May 2007 00:43:45 -0000 1.31 >+++ src-native-new/src/transport/sharedMemTL/SharedMemListener.c 5 Jun 2007 09:23:38 -0000 >@@ -709,7 +709,7 @@ > request_block_ptr_t pRequestDataBlock = NULL ; > > /* set up the data block for each request */ >- pRequestDataBlock = (request_block_ptr_t) malloc(sizeof(request_block_t)) ; >+ pRequestDataBlock = (request_block_ptr_t) tptp_malloc(sizeof(request_block_t)) ; > > pRequestDataBlock->pServerData = pServerData ; > pRequestDataBlock->connectionId = 0 ;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 187056
: 70102