[Bugfix][API-619][SMS]Fixing memory leaks

Change-Id: I7c043062219c4f48c7d075b6136d058ef112e880
diff --git a/src/lynq/lib/liblynq-call/lynq_call.cpp b/src/lynq/lib/liblynq-call/lynq_call.cpp
index c91bea3..98f01bd 100755
--- a/src/lynq/lib/liblynq-call/lynq_call.cpp
+++ b/src/lynq/lib/liblynq-call/lynq_call.cpp
@@ -357,6 +357,8 @@
             p.readInt32(&temp);

             p.readInt32(&temp);

             p.read(uusData,temp);

+            free(remote_phoneNum);

+            free(remote_name);

         }

     }

     return 0;