Go to file
Marcin Cieślak 7d881427d4 Use delete[] after new[]
gmake: Wejście do katalogu '/usr/home/saper/sw/misskey/build'
  CXX(target) Release/obj.target/crypto_key/src/crypto_key.o
../src/crypto_key.cc:25:3: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'?
      [-Wmismatched-new-delete]
                delete sourceBuf;
                ^
                      []
../src/crypto_key.cc:18:25: note: allocated with 'new[]' here
        const auto sourceBuf = new char[sourceLength];
                               ^
../src/crypto_key.cc:32:2: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'?
      [-Wmismatched-new-delete]
        delete sourceBuf;
        ^
              []
../src/crypto_key.cc:18:25: note: allocated with 'new[]' here
        const auto sourceBuf = new char[sourceLength];
                               ^
2 warnings generated.
2018-05-16 00:21:54 +02:00
.config
.github
.travis
assets
cli
docker
docs
elasticsearch
locales
migration
src Use delete[] after new[] 2018-05-16 00:21:54 +02:00
test
webpack/loaders
.editorconfig
.eslintrc
.gitattributes
.gitignore
.npmrc
.travis.yml
binding.gyp
CODE_OF_CONDUCT.md
CONTRIBUTING.md
DONATORS.md
gulpfile.ts
jsconfig.json
LICENSE
package.json 2.6.2 2018-05-14 14:16:56 +09:00
README.md
swagger.js
tsconfig.json
tslint.json
webpack.config.ts

Misskey

PRs Welcome

Lead Maintainer: syuilo

Misskey is a completely open source, ultimately sophisticated new type of mini-blog based SNS.

Become a Patron!

Features

  • Reactions
  • User lists
  • Private messages
  • Mute
  • Real time contents
  • ActivityPub compatible

and more! You can touch with your own eyes at https://misskey.xyz/.

📦 Create your instance

If you want to run your own instance of Misskey, please see Setup and installation guide.

🔧 Contribute

PRs welcome!

If you want to translate Misskey, please see Translation guide.

❤️ Backers & Sponsors

Backers Sponsors

🎓 Notable contributors

syuilo Morisawa Aya otofune akihikodaki tamaina rinsuki
syuilo
Owner
Aya Morisawa
Collaborator
otofune
Collaborator
akihikodaki tamaina rinsuki

List of all contributors

🌎 Translators

Mirro
English, French
Asriel
English, French
Marcin Mikołajczak
Polish

Copyright (c) 2014-2018 syuilo

Misskey is an open-source software licensed under GNU AGPLv3.